mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-28 21:32:11 +00:00
profiles: deterministic setting_id from vendor/type/name (#14432)
* profiles: enforce globally-unique, per-vendor-namespaced setting_id Many non-Bambu vendors copied Bambu's generic setting_ids (GFSA04 alone appeared in 1557 files), so setting_id was not globally unique. This namespaces every vendor's ids and reserves Bambu/OrcaFilamentLibrary space. - Reserve "G*" (Bambu) and "O*" (OrcaFilamentLibrary) id spaces. - Assign each other vendor a 2-char prefix (first+last letter, collision resolved) and renumber every instantiated preset to <PREFIX><NNNN>. - Strip setting_id from base profiles (instantiation:false) per Bambu's convention; assign one to instantiated presets that lacked it. - Remove the pre-existing misspelled "settings_id" key (91 files). - filament_id is left untouched (it is a per-material id). - Add one-time migration script scripts/assign_vendor_setting_ids.py with a persisted registry resources/profiles/vendor_prefixes.json. Re-runs freeze existing ids; only new vendors/profiles get new ids. - Bump version in each changed vendor index file. - Extend scripts/orca_extra_profile_check.py with a CI guard: global uniqueness, in-namespace, no base setting_id, no gaps, no settings_id typo. 7425 profile files changed across 61 vendors; 0 cross-vendor collisions; validator clean; migration idempotent. BBL and OrcaFilamentLibrary id spaces untouched. * profiles: add setting_id authoring guide for new vendors / profiles * profiles: drop in-repo README; setting_id guide now lives in the wiki * profiles: derive setting_id deterministically from vendor/type/name * bump profile version
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"name": "0.06mm Standard @Anycubic Kobra S1 Max 0.25 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "bZRQrVuJgsKO0PYK",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.06mm Standard @Anycubic Kobra S1 Max 0.25 nozzle",
|
||||
"layer_height": "0.06",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.08mm HighDetail @Anycubic Kobra 3 0.4 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "LtQ4DLU2kDaVk34E",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.08mm HighDetail @Anycubic Kobra 3 0.4 nozzle",
|
||||
"layer_height": "0.08",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.08mm Standard @Anycubic Kobra 3 Max 0.4 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "bt7jNDC4CFGFPH2M",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.08mm Standard @Anycubic Kobra 3 Max 0.4 nozzle",
|
||||
"layer_height": "0.08",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.08mm Standard @Anycubic Kobra S1 Max 0.25 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "bfq9DtBsHIrbsZfD",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.08mm Standard @Anycubic Kobra S1 Max 0.25 nozzle",
|
||||
"layer_height": "0.08",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.08mm Standard @Anycubic Kobra S1 Max 0.4 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "E2tI71ShF3oOgMME",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.08mm Standard @Anycubic Kobra S1 Max 0.4 nozzle",
|
||||
"layer_height": "0.08",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.08mm Standard @Anycubic Kobra X",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "y6mNgT0LKSJEmPFE",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.08mm Standard @Anycubic Kobra X 0.4 nozzle",
|
||||
"layer_height": "0.08",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.10mm Detail @Anycubic Kobra 3 0.2 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "A1AIAEHc3y6zYkv9",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.10mm Detail @Anycubic Kobra 3 0.2 nozzle",
|
||||
"layer_height": "0.1",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.10mm Standard @Anycubic Kobra S1 Max 0.25 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "OmytVExIkdNyyyKT",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.10mm Standard @Anycubic Kobra S1 Max 0.25 nozzle",
|
||||
"layer_height": "0.1",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.12mm Detail @Anycubic Kobra 2 Neo 0.4 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "wCpKK52totl5oGWj",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.12mm Detail @Anycubic Kobra 2 Neo 0.4 nozzle",
|
||||
"layer_height": "0.12",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.12mm Detail @Anycubic Kobra 3 0.4 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "AWLEg4FRuO88XinK",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.12mm Detail @Anycubic Kobra 3 0.4 nozzle",
|
||||
"layer_height": "0.12",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.12mm Detail @Anycubic Kobra Neo 0.4 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004_kobra_neo",
|
||||
"setting_id": "UPyfWzsf73YJVFb6",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.12mm Detail @Anycubic Kobra 2 Neo 0.4 nozzle",
|
||||
"layer_height": "0.12",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.12mm High Quality @Anycubic Kobra X",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "d4hdmBF6NJ4fWyQv",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.12mm High Quality @Anycubic Kobra X 0.4 nozzle",
|
||||
"layer_height": "0.12",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.12mm Standard @Anycubic Kobra 3 Max 0.4 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "ES10Vs7eo1TLB3T5",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.12mm Standard @Anycubic Kobra 3 Max 0.4 nozzle",
|
||||
"layer_height": "0.12",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.12mm Standard @Anycubic Kobra S1 Max 0.25 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "z8TDucaoilYiK8V1",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.12mm Standard @Anycubic Kobra S1 Max 0.25 nozzle",
|
||||
"layer_height": "0.12",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.12mm Standard @Anycubic Kobra S1 Max 0.4 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "D1bJFkXoVSZ2QLSA",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.12mm Standard @Anycubic Kobra S1 Max 0.4 nozzle",
|
||||
"layer_height": "0.12",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.12mm Standard @Anycubic Kobra X",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "gxV6IqdjNyzhXzFm",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.12mm Standard @Anycubic Kobra X 0.4 nozzle.json",
|
||||
"layer_height": "0.12",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.14mm Standard @Anycubic Kobra S1 Max 0.25 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "Hl64YdObrtpqJM2s",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.14mm Standard @Anycubic Kobra S1 Max 0.25 nozzle",
|
||||
"layer_height": "0.14",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.15mm Optimal @Anycubic 4MaxPro2",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "2Qq27PfeoCqMAZKw",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.15mm Optimal @Anycubic Chiron",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "fcqsKbEsGbAs6rUU",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.15mm Optimal @Anycubic Kobra",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "E1VHkuwE0sHTzmb2",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.15mm Optimal @Anycubic Kobra2",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "7H2BzvHgy0o9nc1g",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.15mm Optimal @Anycubic KobraMax",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "ukTEpT2XRtJyGKUp",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.15mm Optimal @Anycubic KobraPlus",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "3Gu40CNOXnzDsZfD",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.15mm Optimal @Anycubic Vyper",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "ln2Zw2E5e3Azq3nc",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.15mm Optimal @Anycubic i3MegaS",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "zKGotAmWJTB14cT8",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.16mm High Quality @Anycubic Kobra S1 Max 0.4 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "Hiz2L1qh67izjl1e",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.16mm High Quality @Anycubic Kobra S1 Max 0.4 nozzle",
|
||||
"layer_height": "0.16",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.16mm High Quality @Anycubic Kobra X",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "aIoPwYRKAgFrpbEv",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.16mm High Quality @Anycubic Kobra X 0.4 nozzle",
|
||||
"layer_height": "0.16",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.16mm Optimal @Anycubic Kobra 2 Pro 0.4 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "goHFyZFYHFEqoSy7",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.16mm Optimal @Anycubic Kobra 2 Pro 0.4 nozzle",
|
||||
"layer_height": "0.16",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.16mm Optimal @Anycubic Kobra 3 0.4 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "TTQdkZA2uJRYHhG2",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.16mm Optimal @Anycubic Kobra 3 0.4 nozzle",
|
||||
"layer_height": "0.16",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.16mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "ufqLQ4X2E81IUPzx",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.16mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle",
|
||||
"layer_height": "0.16",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.16mm Standard @Anycubic Kobra 3 Max 0.4 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "5tq9GD9dQXT89WNj",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.16mm Standard @Anycubic Kobra 3 Max 0.4 nozzle",
|
||||
"layer_height": "0.16",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.16mm Standard @Anycubic Kobra Neo 0.4 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004_kobra_neo",
|
||||
"setting_id": "hxhzsMkFHUHBBWq8",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.16mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle",
|
||||
"layer_height": "0.16",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.16mm Standard @Anycubic Kobra S1 Max 0.4 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "Yl10d32pjposFVu9",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.16mm Standard @Anycubic Kobra S1 Max 0.4 nozzle",
|
||||
"layer_height": "0.16",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.16mm Standard @Anycubic Kobra X",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "LGufe8i6pUT0ZqXa",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.16mm Standard @Anycubic Kobra X 0.4 nozzle",
|
||||
"layer_height": "0.16",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.18mm Standard @Anycubic Kobra 3 Max 0.6 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "v3FDmkDlVsokXSos",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.18mm Standard @Anycubic Kobra 3 Max 0.6 nozzle",
|
||||
"layer_height": "0.18",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.18mm Standard @Anycubic Kobra S1 Max 0.6 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "Y55zuAyFSNMHZlCt",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.18mm Standard @Anycubic Kobra S1 Max 0.6 nozzle",
|
||||
"layer_height": "0.18",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm High Quality @Anycubic Kobra S1 Max 0.4 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "M7CigEUqzwefI8ed",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.20mm High Quality @Anycubic Kobra S1 Max 0.4 nozzle",
|
||||
"layer_height": "0.2",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm High Quality @Anycubic Kobra X",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "LaiwjsXwl634PsXv",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.20mm High Quality @Anycubic Kobra X 0.4 nozzle",
|
||||
"layer_height": "0.2",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Anycubic 4MaxPro",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "Kx84xWCL5ioNtf3l",
|
||||
"instantiation": "true",
|
||||
"initial_layer_speed": "40",
|
||||
"initial_layer_infill_speed": "50",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Anycubic 4MaxPro2",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "4fNa2Y66ms9j0vdh",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Anycubic Chiron",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "4tYPv79lny7OAesb",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Anycubic Kobra 2 Max 0.4 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "2fbYNczU72ALy6dM",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.20mm Standard @Anycubic Kobra 2 Max 0.4 nozzle",
|
||||
"layer_height": "0.2",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "fCMzS0xvnXPSn9iq",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.20mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle",
|
||||
"layer_height": "0.2",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Anycubic Kobra 2 Plus 0.4 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "2mUrNfcyNc1hCoGP",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.20mm Standard @Anycubic Kobra 2 Plus 0.4 nozzle",
|
||||
"layer_height": "0.2",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Anycubic Kobra 2 Pro 0.4 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "nttqa5s1WjUYIjNc",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.20mm Standard @Anycubic Kobra 2 Pro 0.4 nozzle",
|
||||
"layer_height": "0.2",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Anycubic Kobra 3 0.4 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "zAh3OBPup750aLrS",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.20mm Standard @Anycubic Kobra 3 0.4 nozzle",
|
||||
"layer_height": "0.2",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Anycubic Kobra 3 Max 0.4 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "X2HJTRqzDR7SFGYl",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.20mm Standard @Anycubic Kobra 3 Max 0.4 nozzle",
|
||||
"layer_height": "0.2",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Anycubic Kobra 3 Max 0.8 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "SkwyBc3vbgPMjDHU",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.20mm Standard @Anycubic Kobra 3 Max 0.8 nozzle",
|
||||
"layer_height": "0.20",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Anycubic Kobra Neo 0.4 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004_kobra_neo",
|
||||
"setting_id": "3B9LKlmTDiJY4UIT",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.20mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle",
|
||||
"layer_height": "0.2",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Anycubic Kobra S1 0.4 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "BWCmyBN7JsJFOQjp",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.20mm Standard @Anycubic Kobra S1 0.4 nozzle",
|
||||
"layer_height": "0.2",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Anycubic Kobra S1 Max 0.4 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "h9txQrwg5GiCgORR",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.20mm Standard @Anycubic Kobra S1 Max 0.4 nozzle",
|
||||
"layer_height": "0.2",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Anycubic Kobra X",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "wvvWF1n9xUOyohpn",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.20mm Standard @Anycubic Kobra X 0.4 nozzle",
|
||||
"layer_height": "0.2",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Anycubic Kobra",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "PCsMHJ36HdywhVBA",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Anycubic Kobra2",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "dd3a8DNtunKVpWWY",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Anycubic KobraMax",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "pqXeGE9OxboQGBMi",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Anycubic KobraPlus",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "ZnZf41QpEAXorp2U",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Anycubic Predator",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP001",
|
||||
"setting_id": "ivQ4JSJ86wwdkFb0",
|
||||
"instantiation": "true",
|
||||
"default_acceleration": "1500",
|
||||
"default_jerk": "9",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Anycubic Vyper",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "jvz2LYWpcGJVgzZn",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Anycubic i3MegaS",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "lI7dHvKmsEmoSw1k",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.24mm Draft @Anycubic Kobra 3 0.4 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "xDnGqSIVqiagTsHH",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.24mm Draft @Anycubic Kobra 3 0.4 nozzle",
|
||||
"layer_height": "0.24",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.24mm Standard @Anycubic Kobra 3 Max 0.4 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "FnFtwuPyDnMFa7Fj",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.24mm Standard @Anycubic Kobra 3 Max 0.4 nozzle",
|
||||
"layer_height": "0.24",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.24mm Standard @Anycubic Kobra 3 Max 0.6 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "2qPWqFYU873K8058",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.24mm Standard @Anycubic Kobra 3 Max 0.6 nozzle",
|
||||
"layer_height": "0.24",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.24mm Standard @Anycubic Kobra 3 Max 0.8 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "QlMk6ExKnTgt1DJK",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.24mm Standard @Anycubic Kobra 3 Max 0.8 nozzle",
|
||||
"layer_height": "0.24",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.24mm Standard @Anycubic Kobra S1 Max 0.4 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "NDu3QAQvTHNboRRR",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.24mm Standard @Anycubic Kobra S1 Max 0.4 nozzle",
|
||||
"layer_height": "0.24",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.24mm Standard @Anycubic Kobra S1 Max 0.6 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "ehgM1Fri1VLP8d2m",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.24mm Standard @Anycubic Kobra S1 Max 0.6 nozzle",
|
||||
"layer_height": "0.24",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.24mm Standard @Anycubic Kobra S1 Max 0.8 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "9oyIahCs4Md5T140",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.24mm Standard @Anycubic Kobra S1 Max 0.8 nozzle",
|
||||
"layer_height": "0.24",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.24mm Standard @Anycubic Kobra X",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "xTBwuYlea7uuZrkd",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.24mm Standard @Anycubic Kobra X 0.4 nozzle",
|
||||
"layer_height": "0.24",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.28mm Draft @Anycubic Kobra 2 Pro 0.4 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "5Kt9gP2WLUKkpLz6",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.28mm Draft @Anycubic Kobra 2 Pro 0.4 nozzle",
|
||||
"layer_height": "0.28",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.28mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "kqlV7SX75vSK4tXQ",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.28mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle",
|
||||
"layer_height": "0.28",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.28mm Standard @Anycubic Kobra 3 Max 0.4 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "JN0hfGxiHeef7zc7",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.28mm Standard @Anycubic Kobra 3 Max 0.4 nozzle",
|
||||
"layer_height": "0.28",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.28mm Standard @Anycubic Kobra Neo 0.4 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004_kobra_neo",
|
||||
"setting_id": "6hlVHetcYAirKbOG",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.28mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle",
|
||||
"layer_height": "0.28",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.28mm Standard @Anycubic Kobra S1 Max 0.4 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "P21QEQqy7DYRu61b",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.28mm Standard @Anycubic Kobra S1 Max 0.4 nozzle",
|
||||
"layer_height": "0.28",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.28mm Standard @Anycubic Kobra X",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "daFO46LKFCkpDIA1",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.28mm Standard @Anycubic Kobra X 0.4 nozzle",
|
||||
"layer_height": "0.28",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.28mm SuperDraft @Anycubic Kobra 3 0.4 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "2vhe6g90nuRDOMMH",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.28mm SuperDraft @Anycubic Kobra 3 0.4 nozzle",
|
||||
"layer_height": "0.28",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.30mm Draft @Anycubic 4MaxPro2",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "SnMGK6A5jGzj9KAm",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.30mm Draft @Anycubic Chiron",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "B0Ar6gbysEbWId84",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.30mm Draft @Anycubic Kobra",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "jzWHjr9rKzgX2mbz",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.30mm Draft @Anycubic Kobra2",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "IWsii200XlEuhz3n",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.30mm Draft @Anycubic KobraMax",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "IB9gk84SYRkMza9u",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.30mm Draft @Anycubic KobraPlus",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "lSoaR17JUQSesbgG",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.30mm Draft @Anycubic Vyper",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "pXawQlRvbdiJJANG",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.30mm Draft @Anycubic i3MegaS",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "7PNQ3S9tucM5wFyj",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.30mm Standard @Anycubic Kobra 3 0.6 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "eCGVCFP3kQylIyrd",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.30mm Standard @Anycubic Kobra 3 0.6 nozzle",
|
||||
"layer_height": "0.3",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.30mm Standard @Anycubic Kobra 3 Max 0.6 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "sIuoaZkkyzbslvAX",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.30mm Standard @Anycubic Kobra 3 Max 0.6 nozzle",
|
||||
"layer_height": "0.30",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.30mm Standard @Anycubic Kobra S1 Max 0.6 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "O8vKonzzc8WA5pYY",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.30mm Standard @Anycubic Kobra S1 Max 0.6 nozzle",
|
||||
"layer_height": "0.3",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.32mm Standard @Anycubic Kobra 3 Max 0.8 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "qzptf1s7j5AK9EiA",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.32mm Standard @Anycubic Kobra 3 Max 0.8 nozzle",
|
||||
"layer_height": "0.32",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.32mm Standard @Anycubic Kobra S1 Max 0.8 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "0bCUIOLe0kqiwAIZ",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.32mm Standard @Anycubic Kobra S1 Max 0.8 nozzle",
|
||||
"layer_height": "0.32",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.36mm Standard @Anycubic Kobra 3 Max 0.6 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "PvB4L8rGa9HfNAhm",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.36mm Standard @Anycubic Kobra 3 Max 0.6 nozzle",
|
||||
"layer_height": "0.36",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.36mm Standard @Anycubic Kobra S1 Max 0.6 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "ii1Ycsf3xI93uZy9",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.36mm Standard @Anycubic Kobra S1 Max 0.6 nozzle",
|
||||
"layer_height": "0.36",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.40mm Standard @Anycubic Kobra 3 0.8 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "3TZkjtI8Wk0eZAZb",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.40mm Standard @Anycubic Kobra 3 0.8 nozzle",
|
||||
"layer_height": "0.4",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.40mm Standard @Anycubic Kobra 3 Max 0.8 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "AaPC4BA5LwsTPaBn",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.40mm Standard @Anycubic Kobra 3 Max 0.8 nozzle",
|
||||
"layer_height": "0.40",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.40mm Standard @Anycubic Kobra S1 Max 0.8 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "O5xBpGApHGyVlyLw",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.40mm Standard @Anycubic Kobra S1 Max 0.8 nozzle",
|
||||
"layer_height": "0.4",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.42mm Standard @Anycubic Kobra 3 Max 0.6 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "jJE6IPMGvUsHtqrZ",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.42mm Standard @Anycubic Kobra 3 Max 0.6 nozzle",
|
||||
"layer_height": "0.42",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.42mm Standard @Anycubic Kobra S1 Max 0.6 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "rPalfYXk0fCx0yjv",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.42mm Standard @Anycubic Kobra S1 Max 0.6 nozzle",
|
||||
"layer_height": "0.42",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.48mm Standard @Anycubic Kobra 3 Max 0.8 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "I21Rm2YucOA0Kc2g",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.48mm Standard @Anycubic Kobra 3 Max 0.8 nozzle",
|
||||
"layer_height": "0.48",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.48mm Standard @Anycubic Kobra S1 Max 0.8 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "y0r7Q7PMNRH8ujFF",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.48mm Standard @Anycubic Kobra S1 Max 0.8 nozzle",
|
||||
"layer_height": "0.48",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.56mm Standard @Anycubic Kobra S1 Max 0.8 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "rOL0gJh6Y7pDsBnk",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.56mm Standard @Anycubic Kobra S1 Max 0.8 nozzle",
|
||||
"layer_height": "0.56",
|
||||
|
||||
Reference in New Issue
Block a user