ENH: add more creatity printer

Thanks OrcaSlicer. Also fix wrong
setting id in orca profile

Add one py file to check whether has duplicated setting_id

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I8461a1ae754253d8265ae5239fe91cc7ec775564
This commit is contained in:
salt.wei 2023-06-13 17:34:51 +08:00 committed by Lane.Wei
parent 50aa952f3a
commit f84d38bea1
119 changed files with 3926 additions and 148 deletions

View file

@ -29,6 +29,8 @@
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_acceleration": "500",
"travel_acceleration": "700",
"inner_wall_acceleration": "500",
"initial_layer_line_width": "0.5",
"initial_layer_print_height": "0.2",
"infill_combination": "0",
@ -98,8 +100,5 @@
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "35",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Creality Ender-3 V2 0.4 nozzle"
]
"xy_contour_compensation": "0"
}