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

    Issue with simulating prints (stop.g called) bug?

    Scheduled Pinned Locked Moved
    General Discussion
    2
    4
    579
    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.
    • garyd9undefined
      garyd9
      last edited by

      Using firmware 1.20, I tried to simulate a print. After the simulation, suddenly my print bed and head started jumping around. As best as I can tell, the "simulated" M0 at the end of the gcode file caused my stop.g script to be run "for real."

      Here are the last few lines of the gcode file I was simulating:

      [[language]]
      G1 X-8.197 Y9.259 E0.0611
      G1 X-8.055 Y9.400 F3206
      G1 E-1.0000 F2502
      ; layer end
      M0
      ;M84 ; disable motors
      ; Build Summary
      ;   Build time: 0 hours 19 minutes
      ;   Filament length: 1534.0 mm (1.53 m)
      ;   Plastic volume: 3689.80 mm^3 (3.69 cc)
      ;   Plastic weight: 4.58 g (0.01 lb)
      ;   Material cost: 0.07
      
      

      And, here's my stop.g file:

      [[language]]
      G90 ; absolute positioning
      G1 Z150 F1800 ; move the build plate down
      G28 X Y ; home X/Y
      M104 S0 ; turn off extruder
      M140 S0 ; turn off bed
      M106 S0 ; turn off the layer fan
      M84 ; turn off the motors
      M300 P1000 ; make some noise
      
      

      "I'm not saying that you are wrong - I'm just trying to fit it into my real world simulated experience."

      1 Reply Last reply Reply Quote 0
      • dc42undefined
        dc42 administrators
        last edited by

        Thanks for your report. I'll check the behaviour.

        Duet WiFi hardware designer and firmware engineer
        Please do not ask me for Duet support via PM or email, use the forum
        http://www.escher3d.com, https://miscsolutions.wordpress.com

        1 Reply Last reply Reply Quote 0
        • dc42undefined
          dc42 administrators
          last edited by

          This will be fixed in release 1.20.1.

          Duet WiFi hardware designer and firmware engineer
          Please do not ask me for Duet support via PM or email, use the forum
          http://www.escher3d.com, https://miscsolutions.wordpress.com

          1 Reply Last reply Reply Quote 0
          • garyd9undefined
            garyd9
            last edited by

            Awesome. Thank you for having a great product (even if you're partially responsible for the killing of R2-D2.)

            "I'm not saying that you are wrong - I'm just trying to fit it into my real world simulated experience."

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