G12 defaults per tool. Event G-code for post-toolchange (#16554)

This commit is contained in:
InsanityAutomation
2020-01-21 03:51:23 -05:00
committed by Scott Lahteine
parent 84c874c53b
commit 79810b7fcb
4 changed files with 18 additions and 12 deletions

View File

@ -1771,6 +1771,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