Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    After installing new FW 1.21 wrong finishing gcode

    Scheduled Pinned Locked Moved
    Firmware installation
    2
    5
    661
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Computigerundefined
      Computiger
      last edited by

      Hello,

      after installing new FW 1.21. I got trouble with my prints.
      If my print is ending my extruder is running endless in reverse direction.

      Is anything changed with FW doing?

      Here my End Script:

      [[language]]
      G91 ;relative positioning
      G1 E-1 F300  ;retract the filament a bit before lifting the nozzle
      G90 ;absolute positioning
      M104 S0 ;extruder heater off
      M140 S0 ;heated bed heater off (if you have it)
      G1 Y0 F9600
      G1 X0
      M84 ;steppers off
      M106 S0 ;Fan off
      
      
      1 Reply Last reply Reply Quote 0
      • whosrdaddyundefined
        whosrdaddy
        last edited by

        are you using absolute extrusion (M82)? that would explain the issue you are having.

        1 Reply Last reply Reply Quote 0
        • Computigerundefined
          Computiger
          last edited by

          Yes I have set M82 in my starting script. But I never changed it. Bevor I´ve installed FW1.21 everything was working well.
          Do I have to remove M82?

          1 Reply Last reply Reply Quote 0
          • whosrdaddyundefined
            whosrdaddy
            last edited by

            no just put M83 at the start of your end script.
            Not sure, maybe before 1.21 the firmware did this for you.
            I don't see anything related in 1.21 release notes, maybe David can answer this one…

            1 Reply Last reply Reply Quote 0
            • Computigerundefined
              Computiger
              last edited by

              ok thank you. I will try it out 🙂

              1 Reply Last reply Reply Quote 0
              • First post
                Last post
              Unless otherwise noted, all forum content is licensed under CC-BY-SA