Filament sensor cleanup
This commit is contained in:
committed by
Scott Lahteine
parent
dd42831cba
commit
1aa421efe5
@@ -88,11 +88,7 @@ void event_filament_runout() {
|
||||
TERN_(EXTENSIBLE_UI, ExtUI::onFilamentRunout(ExtUI::getActiveTool()));
|
||||
|
||||
#if EITHER(HOST_PROMPT_SUPPORT, HOST_ACTION_COMMANDS)
|
||||
const char tool = '0'
|
||||
#if NUM_RUNOUT_SENSORS > 1
|
||||
+ active_extruder
|
||||
#endif
|
||||
;
|
||||
const char tool = '0' + TERN0(MULTI_FILAMENT_SENSOR, active_extruder);
|
||||
#endif
|
||||
|
||||
//action:out_of_filament
|
||||
|
||||
Reference in New Issue
Block a user