mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-06 22:47:35 -06:00
parent
c6e6b84b07
commit
cfd3d8212a
354 changed files with 6018 additions and 0 deletions
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2807,7 +2807,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2820,6 +2834,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2798,7 +2798,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2811,6 +2825,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2802,7 +2802,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2815,6 +2829,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2794,7 +2794,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2807,6 +2821,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2799,7 +2799,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2812,6 +2826,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2798,7 +2798,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2811,6 +2825,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2798,7 +2798,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2811,6 +2825,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2805,7 +2805,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2818,6 +2832,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2798,7 +2798,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2811,6 +2825,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2796,7 +2796,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2809,6 +2823,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2798,7 +2798,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2811,6 +2825,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2802,7 +2802,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2815,6 +2829,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2804,7 +2804,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2817,6 +2831,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2798,7 +2798,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2811,6 +2825,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2798,7 +2798,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2811,6 +2825,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2798,7 +2798,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2811,6 +2825,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2798,7 +2798,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2811,6 +2825,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2798,7 +2798,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2811,6 +2825,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
|
@ -2797,7 +2797,21 @@
|
||||||
* - Switch to a different nozzle on an extruder jam
|
* - Switch to a different nozzle on an extruder jam
|
||||||
*/
|
*/
|
||||||
#define TOOLCHANGE_MIGRATION_FEATURE
|
#define TOOLCHANGE_MIGRATION_FEATURE
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
// Override toolchange settings
|
||||||
|
// By default tool migration uses regular toolchange settings.
|
||||||
|
// With a prime tower, tool-change swapping/priming occur inside the bed.
|
||||||
|
// When migrating to a new unprimed tool you can set override values below.
|
||||||
|
//#define MIGRATION_ZRAISE 0 // (mm)
|
||||||
|
|
||||||
|
// Longer prime to clean out
|
||||||
|
//#define MIGRATION_FS_EXTRA_PRIME 0 // (mm) Extra priming length
|
||||||
|
//#define MIGRATION_FS_WIPE_RETRACT 0 // (mm) Retract before cooling for less stringing, better wipe, etc.
|
||||||
|
|
||||||
|
// Cool after prime to reduce stringing
|
||||||
|
//#define MIGRATION_FS_FAN_SPEED 255 // 0-255
|
||||||
|
//#define MIGRATION_FS_FAN_TIME 0 // (seconds)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2810,6 +2824,9 @@
|
||||||
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
#define TOOLCHANGE_PARK_XY_FEEDRATE 6000 // (mm/min)
|
||||||
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
//#define TOOLCHANGE_PARK_X_ONLY // X axis only move
|
||||||
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
//#define TOOLCHANGE_PARK_Y_ONLY // Y axis only move
|
||||||
|
#if ENABLED(TOOLCHANGE_MIGRATION_FEATURE)
|
||||||
|
//#define TOOLCHANGE_MIGRATION_DO_PARK // Force park (or no-park) on migration
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif // HAS_MULTI_EXTRUDER
|
#endif // HAS_MULTI_EXTRUDER
|
||||||
|
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue