Adding filament runout to Sidekick printers
This commit is contained in:
parent
74cf04f0ae
commit
3b67787655
@ -1918,7 +1918,7 @@
|
||||
* RAMPS-based boards use SERVO3_PIN for the first runout sensor.
|
||||
* For other boards you may need to define FIL_RUNOUT_PIN, FIL_RUNOUT2_PIN, etc.
|
||||
*/
|
||||
#if ANY(TAZPro, TAZProXT)
|
||||
#if ANY(TAZPro, TAZProXT, Sidekick_289, Sidekick_747)
|
||||
#define FILAMENT_RUNOUT_SENSOR
|
||||
#endif
|
||||
#if ENABLED(FILAMENT_RUNOUT_SENSOR)
|
||||
|
@ -125,8 +125,8 @@ void GcodeSuite::M104_M109(const bool isM109) {
|
||||
thermalManager.auto_job_check_timer(isM109, true);
|
||||
#endif
|
||||
|
||||
if (thermalManager.isHeatingHotend(target_extruder) || !no_wait_for_cooling)
|
||||
thermalManager.set_heating_message(target_extruder);
|
||||
//if (thermalManager.isHeatingHotend(target_extruder) || !no_wait_for_cooling)
|
||||
//thermalManager.set_heating_message(target_extruder);
|
||||
}
|
||||
|
||||
TERN_(AUTOTEMP, planner.autotemp_M104_M109());
|
||||
|
@ -85,7 +85,7 @@
|
||||
#endif
|
||||
|
||||
//
|
||||
// Filament runnout sensor
|
||||
// Filament runout sensor
|
||||
//
|
||||
#if ENABLED(FILAMENT_RUNOUT_SENSOR)
|
||||
#define FIL_RUNOUT_PIN 12 //X-
|
||||
|
Loading…
Reference in New Issue
Block a user