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

@ -1,6 +1,6 @@
{
"type": "machine",
"setting_id": "GM003",
"setting_id": "GM_Anycubic_000",
"name": "Anycubic 4Max Pro 0.4 nozzle",
"from": "system",
"instantiation": "true",

View file

@ -1,6 +1,6 @@
{
"type": "machine",
"setting_id": "GM001",
"setting_id": "GM_Anycubic_001",
"name": "Anycubic 4Max Pro 2 0.4 nozzle",
"from": "system",
"instantiation": "true",

View file

@ -1,6 +1,6 @@
{
"type": "machine",
"setting_id": "GM001",
"setting_id": "GM_Anycubic_002",
"name": "Anycubic Chiron 0.4 nozzle",
"from": "system",
"instantiation": "true",

View file

@ -1,6 +1,6 @@
{
"type": "machine",
"setting_id": "GM001",
"setting_id": "GM_Anycubic_004",
"name": "Anycubic Kobra Max 0.4 nozzle",
"from": "system",
"instantiation": "true",

View file

@ -1,6 +1,6 @@
{
"type": "machine",
"setting_id": "GM001",
"setting_id": "GM_Anycubic_005",
"name": "Anycubic Vyper 0.4 nozzle",
"from": "system",
"instantiation": "true",

View file

@ -1,6 +1,6 @@
{
"type": "machine",
"setting_id": "GM001",
"setting_id": "GM_Anycubic_003",
"name": "Anycubic i3 Mega S 0.4 nozzle",
"from": "system",
"instantiation": "true",

View file

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP_Anycubic_000",
"name": "0.15mm Optimal @Anycubic 4MaxPro2",
"from": "system",
"inherits": "fdm_process_common",

View file

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP_Anycubic_001",
"name": "0.15mm Optimal @Anycubic Chiron",
"from": "system",
"inherits": "fdm_process_common",

View file

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP_Anycubic_003",
"name": "0.15mm Optimal @Anycubic KobraMax",
"from": "system",
"inherits": "fdm_process_common",

View file

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP_Anycubic_005",
"name": "0.15mm Optimal @Anycubic Vyper",
"from": "system",
"inherits": "fdm_process_common",

View file

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP_Anycubic_002",
"name": "0.15mm Optimal @Anycubic i3MegaS",
"from": "system",
"inherits": "fdm_process_common",

View file

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP_Anycubic_006",
"name": "0.20mm Standard @Anycubic 4MaxPro",
"from": "system",
"instantiation": "true",

View file

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP_Anycubic_007",
"name": "0.20mm Standard @Anycubic 4MaxPro2",
"from": "system",
"inherits": "fdm_process_common",

View file

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP_Anycubic_008",
"name": "0.20mm Standard @Anycubic Chiron",
"from": "system",
"inherits": "fdm_process_common",

View file

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP_Anycubic_010",
"name": "0.20mm Standard @Anycubic KobraMax",
"from": "system",
"inherits": "fdm_process_common",

View file

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP_Anycubic_011",
"name": "0.20mm Standard @Anycubic Vyper",
"from": "system",
"inherits": "fdm_process_common",

View file

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP_Anycubic_009",
"name": "0.20mm Standard @Anycubic i3MegaS",
"from": "system",
"inherits": "fdm_process_common",

View file

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP_Anycubic_012",
"name": "0.30mm Draft @Anycubic 4MaxPro2",
"from": "system",
"inherits": "fdm_process_common",

View file

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP_Anycubic_013",
"name": "0.30mm Draft @Anycubic Chiron",
"from": "system",
"inherits": "fdm_process_common",

View file

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP_Anycubic_015",
"name": "0.30mm Draft @Anycubic KobraMax",
"from": "system",
"inherits": "fdm_process_common",

View file

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP_Anycubic_016",
"name": "0.30mm Draft @Anycubic Vyper",
"from": "system",
"inherits": "fdm_process_common",

View file

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP_Anycubic_014",
"name": "0.30mm Draft @Anycubic i3MegaS",
"from": "system",
"inherits": "fdm_process_common",