Add HAS_FAN and others
This commit is contained in:
parent
3d45a4bd23
commit
8b3c7dda75
35 changed files with 85 additions and 90 deletions
|
|
@ -52,7 +52,7 @@ void GcodeSuite::M145() {
|
|||
#if TEMP_SENSOR_BED != 0
|
||||
if (parser.seenval('B')) {
|
||||
v = parser.value_int();
|
||||
ui.preheat_bed_temp[material] = constrain(v, BED_MINTEMP, BED_MAXTEMP - 10);
|
||||
ui.preheat_bed_temp[material] = constrain(v, BED_MINTEMP, BED_MAX_TARGET);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue