refactor Voron configs a bit

This commit is contained in:
SoftFever
2022-07-26 23:34:00 +08:00
parent 06dec4d21a
commit 1f95ac10a3
15 changed files with 191 additions and 187 deletions

View File

@@ -4,32 +4,14 @@
"name": "Anycubic 4Max Pro 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_bbl_3dp_001_common",
"inherits": "fdm_klipper_common",
"printer_model": "Anycubic 4Max Pro",
"default_filament_profile": [
"Bambu PLA Basic @BBL X1"
],
"default_print_profile": "0.20mm Standard @A4MaxPro",
"nozzle_diameter": [
"0.4"
],
"bed_exclude_area": [
"0x0"
],
"printable_area": [
"0x0",
"270x0",
"270x205",
"0x205"
],
"printable_height": "200",
"machine_start_gcode": "PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]",
"machine_end_gcode": "PRINT_END",
"layer_change_gcode": "",
"scan_first_layer": "0",
"machine_load_filament_time": "17",
"machine_unload_filament_time": "16",
"nozzle_type": "hardened_steel",
"auxiliary_fan": "0"
"printable_height": "200"
}

View File

@@ -4,31 +4,13 @@
"name": "Voron 2.4 250 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_bbl_3dp_001_common",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 2.4 250",
"default_filament_profile": [
"Bambu PLA Basic @BBL X1"
],
"default_print_profile": "0.20mm Standard @Voron",
"nozzle_diameter": [
"0.4"
],
"bed_exclude_area": [
"0x0"
],
"printable_area": [
"0x0",
"250x0",
"250x250",
"0x250"
],
"printable_height": "225",
"machine_start_gcode": "PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]",
"machine_end_gcode": "PRINT_END",
"layer_change_gcode": "",
"scan_first_layer": "0",
"machine_load_filament_time": "17",
"machine_unload_filament_time": "16",
"nozzle_type": "hardened_steel",
"auxiliary_fan": "0"
"printable_height": "225"
}

View File

@@ -4,31 +4,13 @@
"name": "Voron 2.4 300 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_bbl_3dp_001_common",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 2.4 300",
"default_filament_profile": [
"Bambu PLA Basic @BBL X1"
],
"default_print_profile": "0.20mm Standard @Voron",
"nozzle_diameter": [
"0.4"
],
"bed_exclude_area": [
"0x0"
],
"printable_area": [
"0x0",
"300x0",
"300x300",
"0x300"
],
"printable_height": "275",
"machine_start_gcode": "PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]",
"machine_end_gcode": "PRINT_END",
"layer_change_gcode": "",
"scan_first_layer": "0",
"machine_load_filament_time": "17",
"machine_unload_filament_time": "16",
"nozzle_type": "hardened_steel",
"auxiliary_fan": "0"
"printable_height": "275"
}

View File

@@ -4,31 +4,13 @@
"name": "Voron 2.4 350 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_bbl_3dp_001_common",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 2.4 350",
"default_filament_profile": [
"Bambu PLA Basic @BBL X1"
],
"default_print_profile": "0.20mm Standard @Voron",
"nozzle_diameter": [
"0.4"
],
"bed_exclude_area": [
"0x0"
],
"printable_area": [
"0x0",
"350x0",
"350x350",
"0x350"
],
"printable_height": "325",
"machine_start_gcode": "PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]",
"machine_end_gcode": "PRINT_END",
"layer_change_gcode": "",
"scan_first_layer": "0",
"machine_load_filament_time": "17",
"machine_unload_filament_time": "16",
"nozzle_type": "hardened_steel",
"auxiliary_fan": "0"
"printable_height": "325"
}

View File

@@ -0,0 +1,24 @@
{
"type": "machine",
"name": "fdm_klipper_common",
"from": "system",
"instantiation": "false",
"inherits": "fdm_bbl_3dp_001_common",
"default_filament_profile": [
"Bambu PLA Basic @BBL X1C"
],
"default_print_profile": "0.20mm Standard @Voron",
"nozzle_diameter": [
"0.4"
],
"bed_exclude_area": [
"0x0"
],
"machine_start_gcode": "PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]",
"machine_end_gcode": "PRINT_END",
"layer_change_gcode": "",
"scan_first_layer": "0",
"nozzle_type": "hardened_steel",
"auxiliary_fan": "0"
}