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

@ -0,0 +1,25 @@
{
"type": "machine",
"setting_id": "GM_CREALITY_000",
"name": "Creality CR-10 Max 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_creality_common",
"printer_model": "Creality CR-10 Max",
"default_filament_profile": [
"Creality Generic PLA"
],
"default_print_profile": "0.20mm Standard @Creality CR10Max",
"nozzle_diameter": [
"0.4"
],
"printable_area": [
"0x0",
"450x0",
"450x450",
"0x450"
],
"printable_height": "470",
"nozzle_type": "undefine",
"auxiliary_fan": "0"
}