Toolchange G-code and thermistor 332

This commit is contained in:
Scott Lahteine 2020-01-21 02:17:47 -06:00
parent a1ad8cff9f
commit f0a82637f6
297 changed files with 1364 additions and 633 deletions

View file

@ -1783,6 +1783,9 @@
// Z raise distance for tool-change, as needed for some extruders
#define TOOLCHANGE_ZRAISE 2 // (mm)
//#define TOOLCHANGE_NO_RETURN // Never return to the previous position on tool-change
#if ENABLED(TOOLCHANGE_NO_RETURN)
//#define EVENT_GCODE_AFTER_TOOLCHANGE "G12X" // G-code to run after tool-change is complete
#endif
// Retract and prime filament on tool-change
//#define TOOLCHANGE_FILAMENT_SWAP