ENH: add printer structure in config

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I78969725c8b9984872e57fd2da476b9417cc1df7
(cherry picked from commit c57fc4a9ea501e60f52f4267892816cdf8f4e3c8)
This commit is contained in:
xun.zhang 2023-08-22 19:40:48 +08:00 committed by Lane.Wei
parent 9bf251c54c
commit 1e83346277
4 changed files with 22 additions and 12 deletions

View File

@ -17,9 +17,6 @@
"18x28",
"0x28"
],
"z_hop": [
"0.2"
],
"default_filament_profile": [
"Bambu PLA Basic @BBL X1"
],
@ -34,6 +31,10 @@
"machine_unload_filament_time": "28",
"nozzle_type": "stainless_steel",
"scan_first_layer": "0",
"z_hop": [
"0.2"
],
"printer_structure": "corexy",
"upward_compatible_machine": [
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab X1 0.4 nozzle",

View File

@ -8,9 +8,6 @@
"nozzle_diameter": [
"0.4"
],
"z_hop": [
"0.2"
],
"printer_model": "Bambu Lab P1S",
"printer_variant": "0.4",
"bed_exclude_area": [
@ -19,6 +16,9 @@
"18x28",
"0x28"
],
"default_filament_profile": [
"Bambu PLA Basic @BBL X1C"
],
"default_print_profile": "0.20mm Standard @BBL X1C",
"extruder_clearance_max_radius": "56",
"extruder_offset": [
@ -30,6 +30,10 @@
"machine_unload_filament_time": "28",
"nozzle_type": "stainless_steel",
"scan_first_layer": "0",
"z_hop": [
"0.2"
],
"printer_structure": "corexy",
"upward_compatible_machine": [
"Bambu Lab P1P 0.4 nozzle",
"Bambu Lab X1 0.4 nozzle",

View File

@ -8,9 +8,6 @@
"nozzle_diameter": [
"0.4"
],
"z_hop": [
"0.2"
],
"printer_model": "Bambu Lab X1",
"printer_variant": "0.4",
"auxiliary_fan": "0",
@ -32,6 +29,10 @@
"machine_unload_filament_time": "28",
"nozzle_type": "stainless_steel",
"scan_first_layer": "1",
"z_hop": [
"0.2"
],
"printer_structure": "corexy",
"upward_compatible_machine": [
"Bambu Lab P1P 0.4 nozzle",
"Bambu Lab P1S 0.4 nozzle",

File diff suppressed because one or more lines are too long