|
|
@ -1038,8 +1038,21 @@ Black rubber belt(MXL), 18 - tooth aluminium pulley : 87.489 step per mm (Huxley
|
|
|
|
#define FIL_RUNOUT_INVERTING false // set to true to invert the logic of the sensor.
|
|
|
|
#define FIL_RUNOUT_INVERTING false // set to true to invert the logic of the sensor.
|
|
|
|
#define FIL_RUNOUT_PULLUP // Use internal pullup for filament runout pins.
|
|
|
|
#define FIL_RUNOUT_PULLUP // Use internal pullup for filament runout pins.
|
|
|
|
//#define FIL_RUNOUT_PULLDOWN // Use internal pulldown for filament runout pins.
|
|
|
|
//#define FIL_RUNOUT_PULLDOWN // Use internal pulldown for filament runout pins.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Set one or more commands to run on filament runout.
|
|
|
|
|
|
|
|
// - Always applies to SD-card printing.
|
|
|
|
|
|
|
|
// - Applies to host-based printing if ACTION_ON_FILAMENT_RUNOUT is not set.
|
|
|
|
#define FILAMENT_RUNOUT_SCRIPT "M600"
|
|
|
|
#define FILAMENT_RUNOUT_SCRIPT "M600"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// With this option, if filament runs out during host-based printing, Marlin
|
|
|
|
|
|
|
|
// will send "//action:<ACTION_ON_FILAMENT_RUNOUT>" to the host and let the
|
|
|
|
|
|
|
|
// host handle filament change. If left undefined the FILAMENT_RUNOUT_SCRIPT
|
|
|
|
|
|
|
|
// will be used on filament runout for both host-based and SD-card printing.
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// The host must be able to respond to the //action: command set here.
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
//#define ACTION_ON_FILAMENT_RUNOUT "pause: filament_runout"
|
|
|
|
|
|
|
|
|
|
|
|
// After a runout is detected, continue printing this length of filament
|
|
|
|
// After a runout is detected, continue printing this length of filament
|
|
|
|
// before executing the runout script. Useful for a sensor at the end of
|
|
|
|
// before executing the runout script. Useful for a sensor at the end of
|
|
|
|
// a feed tube. Requires 4 bytes SRAM per sensor, plus 4 bytes overhead.
|
|
|
|
// a feed tube. Requires 4 bytes SRAM per sensor, plus 4 bytes overhead.
|
|
|
|