Jump to content

Quinly for Ultimaker


Recommended Posts

Posted · Quinly for Ultimaker

Glass works pretty well with this. I guess with the newer printers, you just need something to press the button for removed print. The rest can be done with end gcode probably.

  • Link to post
    Share on other sites

    Posted · Quinly for Ultimaker

    Not really, for the printer it is still one job. 

    But I haven't tried it myself with an S-Line printer, but did it with an UM2+

    Duplicated the gcode multiple times and put the "eject" code in between.

    But needs some tinkering, you have to include a delay that the bed can cool down to release the object, otherwise it will not work with a model with a bigger bottom surface.

  • Link to post
    Share on other sites

    Posted · Quinly for Ultimaker

    Just to stick my nose in...do the UM printers support M32 and G4?  If they do then you can print a main file and have it call secondary files.  The G4 would be in there someplace in between to allow the bed to cool.  The code below uses the DOS 8.3 filenames that I would use on my printer.

    You would print a file something like this "Caller.gcode" file which would call "Real Print.gcode" and "BullDozer.gcode".

     

    StartUp Gcode runs and then:

    M32 P !REALPR~1.GCO#

    M140 S0

    G4 S300
    M32 P !BULLDO~1.GCO#

    M190 S60
    M32 P !REALPR~1.GCO#

    M140 S0

    G4 S300
    M32 P !BULLDO~1.GCO#

    M190 S60

    M32 P !REALPR~1.GCO#

    M140 S0

    G4 S300
    M32 P !BULLDO~1.GCO#

    Ending Gcode runs

     

    There would be some other hand coding involved but it's doable IF the gcode commands are supported.  You might need a door opener though.

  • Link to post
    Share on other sites

    Posted · Quinly for Ultimaker

    Good idea but I am not sure UM supports it.

  • Link to post
    Share on other sites

    Posted · Quinly for Ultimaker

    I've used Continous print on octoprint and that works well. It has a gcode that it adds for the removal process depending on the bed temperature. Most people print a bumper for the printhead so it doesn't mess anything up

    • Like 1
    Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • UltiMaker Cura 5.4 stable released
        The full stable release of UltiMaker Cura 5.4 is here and it makes it easier than ever to remove brims and supports from your finished prints. UltiMaker S series users can also look forward to print profiles for our newest UltiMaker PET CF composite material!
          • Like
        • 58 replies
    ×
    ×
    • Create New...