Jump to content

End Script driving head into model - Firmware 2.6.2 update - S3D - UM2+


Recommended Posts

Posted · End Script driving head into model - Firmware 2.6.2 update - S3D - UM2+

I have been using this end script for a while in Simplify3d with my UM2+, in order to lift the head before it moves away from the print. Since the firmware update, it raises the bed, driving the hot end into the print, rather than moving it down away from the model.

Am I missing something obvious? I haven't changed any other settings.

G1 Z+20; lower the bed a bit

G1 E-20 F1000; retract a bit

G28 X0 ; home x axis

M104 S0 ; turn off heaters

M140 S0 ; turn off bed

M84 ; disable motors

  • Link to post
    Share on other sites

    Posted · End Script driving head into model - Firmware 2.6.2 update - S3D - UM2+

    To be honest: i strongly doubt that it is related to the firmware update. You probably don't want to move the z-axis to the absolute position of 20 mm, but a relative move instead (and similiar for the E-axis). The obvious thing is, that your end script does not (longer?) begins with the G91 command.

    In addition it would be a good idea to switch back to absolute positioning at the very end of the script (with G90).

    Good luck!

    • Like 2
    Link to post
    Share on other sites

    Posted · End Script driving head into model - Firmware 2.6.2 update - S3D - UM2+

    To be honest: i strongly doubt that it is related to the firmware update. You probably don't want to move the z-axis to the absolute position of 20 mm, but a relative move instead (and similiar for the E-axis). The obvious thing is, that your end script does not (longer?) begins with the G91 command.

    In addition it would be a good idea to switch back to absolute positioning at the very end of the script (with G90).

    Good luck!

     

    Hi Tinkergnome,

    I thought it was relative move, Z+20, rather than the absolute, which would be Z20?

    However, that said, I completely forgot about using G91. Will give it a go!

    Cheers,

    Dave

  • Link to post
    Share on other sites

    Posted · End Script driving head into model - Firmware 2.6.2 update - S3D - UM2+

    Fixed! Thanks again for the help!

    G91 ;relative position

    G1 Z+10; lower the bed a bit

    G1 E-10 F1000 ; retract a bit

    G28 X0 ; home x axis

    M104 S0 ; turn off heaters

    M140 S0 ; turn off bed

    M84 ; disable motors

    G90 ;absolute position

    • Like 2
    Link to post
    Share on other sites

    • 5 months later...
    Posted · End Script driving head into model - Firmware 2.6.2 update - S3D - UM2+

    Thanks - I made the mistake of resetting my S3D when I upgraded to 4.0. Since then at the end of the print, the machine just stops, nozzle in the material still and the LCD and LEDs go dark like the thing crashed. It's done this on both short and long prints...so I think it's the end script.

     

    Here's the original end script from S3D:

    G28 X0 ; home the X-axis

    M104 S0 ; turn off heaters

    M140 S0 ; turn off bed

    M84 ; disable motors

     

    Not sure why it isn't doing the G28...

     

    I just copied/pasted @jockspice end script so hopefully that does the trick. (Also been running Tinkerware for a few years now...wouldn't recognize the factory screens anymore!)

     

    Thanks!!!

  • 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.7 stable released
        Cura 5.7 is here and it brings a handy new workflow improvement when using Thingiverse and Cura together, as well as additional capabilities for Method series printers, and a powerful way of sharing print settings using new printer-agnostic project files! Read on to find out about all of these improvements and more. 
         
          • Like
        • 13 replies
      • S-Line Firmware 8.3.0 was released Nov. 20th on the "Latest" firmware branch.
        (Sorry, was out of office when this released)

        This update is for...
        All UltiMaker S series  
        New features
         
        Temperature status. During print preparation, the temperatures of the print cores and build plate will be shown on the display. This gives a better indication of the progress and remaining wait time. Save log files in paused state. It is now possible to save the printer's log files to USB if the currently active print job is paused. Previously, the Dump logs to USB option was only enabled if the printer was in idle state. Confirm print removal via Digital Factory. If the printer is connected to the Digital Factory, it is now possible to confirm the removal of a previous print job via the Digital Factory interface. This is useful in situations where the build plate is clear, but the operator forgot to select Confirm removal on the printer’s display. Visit this page for more information about this feature.
          • Like
        • 0 replies
    ×
    ×
    • Create New...