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

    Heaters turn off while auto-leveling

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    2
    3
    241
    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.
    • haigha-earwicketundefined
      haigha-earwicket
      last edited by

      The brain on my still-somewhat-an-A8 gave out, so I replaced it with the Duet Wifi 2. I've been very slowly working through most of the issues I've come across, but I don't see the reason for this. My bed and hotend will both heat up as expected, and then during the G29, they will shutoff for the duration of the probe. They turn back on afterward, but it's halfway through the first layer before it's hot enough to extrude anything.

      I've read the Duet documentation on the commands, but don't see anything that should be doing this. I suppose I could just put another M109 after the G29? Or is there something someone sees that's wonky with my start up code (It's all from the previous Marlin code)?

      Appreciate any thoughts anyone has it... Thanks

      ;FLAVOR:RepRap
      ;TIME:1123
      ;Filament used: 1.35124m
      ;Layer height: 0.2
      ;MINX:96
      ;MINY:96
      ;MINZ:0.3
      ;MAXX:124
      ;MAXY:124
      ;MAXZ:19.9
      ;Generated with Cura_SteamEngine 4.5.0
      T0
      M190 S60
      M104 S190
      M109 S190
      ; Begin "Start G-code section" in Cura...
      M82 ;absolute extrusion mode
      G21 ;metric values
      G90 ;absolute positioning
      M82 ;set extruder to absolute mode
      M107 ;start with the fan off
      G28 X0 Y0 ;move X/Y to min endstops
      G28 Z0 ;move Z to min endstops
      M117 Autoleveling...
      G29 ;perform autoleveling
      G1 Z15.0 F9000 ;move the platform down 15mm
      G92 E0 ;zero the extruded length
      G1 F200 E3 ;extrude 3mm of feed stock
      G92 E0 ;zero the extruded length again
      G1 F9000
      M117 Printing...
      ; End "Start G-code section" in Cura...
      
      1 Reply Last reply Reply Quote 0
      • Phaedruxundefined
        Phaedrux Moderator
        last edited by

        Do you happen to have a B1 in your M558 command to configure the probe?

        https://duet3d.dozuki.com/Wiki/Gcode#Section_M558_Set_Z_probe_type

        Bn If 1, turn off all heaters while probing, default (B0) leaves heaters on.

        The reason this exists is that some heated beds can create a magnetic field strong enough to interfere with some probes.

        Z-Bot CoreXY Build | Thingiverse Profile

        haigha-earwicketundefined 1 Reply Last reply Reply Quote 0
        • haigha-earwicketundefined
          haigha-earwicket @Phaedrux
          last edited by

          @Phaedrux I sure do!

          M558 P9 H5 F100 T6000 R0.2 A5 B1    
          

          It never occurred to me to look at the "global" setup commands. I assumed it had to be right around the code being executed at the moment.

          Thank you!

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