Duet3D / RepRapFirmware

OO C++ RepRap Firmware
GNU General Public License v3.0
938 stars 534 forks source link

Question: Heating with M109 and M190 #62

Closed Alex9779 closed 7 years ago

Alex9779 commented 7 years ago

I just started using the Duet Wifi and have a question about the M109 and M190 commands. The Reprep Gcode page states that those are command toi heat and wait for the temp to be reached and that Marlin for example has the additional parameter "R" to wait for cooling down too. So I found that RRF also wait for cooldowns when I specified just "S". I thought that in RRF M116 was for waiting on cooldowns...

Alex9779 commented 7 years ago

Ok maybe I should ask different: If I want to heat the bed to 50° C I send M190 S50 and RRF waits for the bed to reach 50 but also if the bed is already over 50° C. Is there a way to skip the wait?