🎨 Standard material presets behavior
This commit is contained in:
committed by
Scott Lahteine
parent
1d80464ba7
commit
b09038fcc7
@@ -1035,10 +1035,7 @@ namespace ExtUI {
|
||||
void setFeedrate_percent(const_float_t value) { feedrate_percentage = constrain(value, 10, 500); }
|
||||
|
||||
void coolDown() {
|
||||
#if HAS_HOTEND
|
||||
HOTEND_LOOP() thermalManager.setTargetHotend(0, e);
|
||||
#endif
|
||||
TERN_(HAS_HEATED_BED, thermalManager.setTargetBed(0));
|
||||
thermalManager.disable_all_heaters();
|
||||
TERN_(HAS_FAN, thermalManager.zero_fan_speeds());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user