Allow default_bed_type to be defined in machine profile

update some profiles
This commit is contained in:
SoftFever
2025-08-09 10:17:00 +08:00
parent b84fe5561a
commit aacbcab468
22 changed files with 27 additions and 59 deletions

View File

@@ -46,6 +46,7 @@
"machine_unload_filament_time": "28",
"nozzle_type": "hardened_steel",
"scan_first_layer": "1",
"default_bed_type": "4",
"upward_compatible_machine": [
],
"gcode_flavor": "klipper",

View File

@@ -41,6 +41,7 @@
"extruder_offset": [
"0x0"
],
"default_bed_type": "4",
"fan_speedup_time": "0.5",
"machine_load_filament_time": "29",
"machine_unload_filament_time": "28",