mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-08 06:24:01 -06:00
ENH: add printer structure in config
Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I78969725c8b9984872e57fd2da476b9417cc1df7
This commit is contained in:
parent
24cb5a21e4
commit
9fc0e74008
3 changed files with 4 additions and 9 deletions
|
@ -10,9 +10,6 @@
|
|||
],
|
||||
"printer_model": "Bambu Lab X1",
|
||||
"printer_variant": "0.4",
|
||||
"z_hop": [
|
||||
"0.2"
|
||||
],
|
||||
"auxiliary_fan": "0",
|
||||
"bed_exclude_area": [
|
||||
"0x0",
|
||||
|
|
|
@ -10,9 +10,6 @@
|
|||
],
|
||||
"printer_model": "Bambu Lab X1 Carbon",
|
||||
"printer_variant": "0.4",
|
||||
"z_hop": [
|
||||
"0.2"
|
||||
],
|
||||
"bed_exclude_area": [
|
||||
"0x0",
|
||||
"18x0",
|
||||
|
|
|
@ -10,9 +10,6 @@
|
|||
],
|
||||
"printer_model": "Bambu Lab X1E",
|
||||
"printer_variant": "0.4",
|
||||
"z_hop": [
|
||||
"0.2"
|
||||
],
|
||||
"bed_exclude_area": [
|
||||
"0x0",
|
||||
"18x0",
|
||||
|
@ -31,6 +28,10 @@
|
|||
"scan_first_layer": "1",
|
||||
"support_air_filtration": "1",
|
||||
"support_chamber_temp_control": "1",
|
||||
"z_hop": [
|
||||
"0.2"
|
||||
],
|
||||
"printer_structure": "corexy",
|
||||
"upward_compatible_machine": [
|
||||
"Bambu Lab P1S 0.4 nozzle",
|
||||
"Bambu Lab P1P 0.4 nozzle",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue