G12 defaults per tool. Event G-code for post-toolchange (#16554)
This commit is contained in:
parent
84c874c53b
commit
79810b7fcb
4 changed files with 18 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue