bitboxelectronics / R2C2_Firmware

R2C2 -- electronics for RepRap 3D printers (and others), CNC and other machines.
http://www.3dprinting-r2c2.com/
35 stars 34 forks source link

Wait for temperature should also wait for heated bed #12

Open bobc opened 12 years ago

bobc commented 12 years ago

Currently the "wait for temp" option waits for extruder temp but not heated bed temp.

We should probably also align the firmware with the Reprap gcode standard, there are various commands to set temp with wait/ no wait (M104, M109, M116 etc).

Not sure whether this is a bug or a feature request...

bhochmiller commented 11 years ago

I noticed this problem last night. Has this been resolved in the latest release 1.0.3? Just want to make sure I'm not missing anything.