reprappro / RepRapFirmware

OO C++ RepRap Firmware
Other
143 stars 120 forks source link

changing the extruders keeping selected temperature #64

Closed RFranta closed 10 years ago

RFranta commented 10 years ago

Hello, is there a way how to tell printer to keep temperature selected in printed gcode file when changing extruders? I know there are files in sys config for it, but that means I should change these files everitime when printing with different material in different temeprature... Thank you

RRP-support commented 10 years ago

Use G10 - http://reprap.org/wiki/G-code#G10:_Tool_Offset This lets you send working and standby temperatures. When you change tool, the active tool drops to the standby temperature. Also, please use the github issue tracker for logging firmware bugs, not for support requests. Please email support at reprappro dot com for information and help.

RepRapPro tech support