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:
SoftFever
2026-06-27 20:11:25 +08:00
parent 8ccae50e1b
commit 6d7eeb89dc
7876 changed files with 8152 additions and 6541 deletions

View File

@@ -3,6 +3,7 @@
"name": "SeeMeCNC ABS",
"inherits": "SeeMeCNC filament base",
"from": "System",
"setting_id": "jvmDQqgLy8vboFHw",
"filament_id": "SMCFB001",
"instantiation": "true",
"filament_settings_id": [

View File

@@ -60,5 +60,6 @@
"filament_deretraction_speed": [
"35"
],
"setting_id": "FOSiDadyHyp8WKTb",
"filament_id": "SMCFB00104"
}

View File

@@ -60,5 +60,6 @@
"filament_deretraction_speed": [
"35"
],
"setting_id": "XzvEoqhK0cx7JieM",
"filament_id": "SMCFB00105"
}

View File

@@ -60,5 +60,6 @@
"filament_deretraction_speed": [
"35"
],
"setting_id": "RbmLGSWPaVvl0NNr",
"filament_id": "SMCFB00107"
}

View File

@@ -60,5 +60,6 @@
"filament_deretraction_speed": [
"35"
],
"setting_id": "DTcAxACOOtdvD43R",
"filament_id": "SMCFB00110"
}

View File

@@ -3,6 +3,7 @@
"name": "SeeMeCNC PA-CF",
"inherits": "SeeMeCNC filament base",
"from": "System",
"setting_id": "xaySfHS4rdZcWsqA",
"filament_id": "SMCFN001",
"instantiation": "true",
"filament_settings_id": [

View File

@@ -60,5 +60,6 @@
"filament_deretraction_speed": [
"30"
],
"setting_id": "jf0puhp8kCuwL3jt",
"filament_id": "SMCFN00104"
}

View File

@@ -60,5 +60,6 @@
"filament_deretraction_speed": [
"30"
],
"setting_id": "c3gXbtFjJn4aK7pL",
"filament_id": "SMCFN00105"
}

View File

@@ -60,5 +60,6 @@
"filament_deretraction_speed": [
"30"
],
"setting_id": "7sDIfUAs3Ftv7uUD",
"filament_id": "SMCFN00107"
}

View File

@@ -60,5 +60,6 @@
"filament_deretraction_speed": [
"30"
],
"setting_id": "nr7CBE99WoHXy4Dw",
"filament_id": "SMCFN00110"
}

View File

@@ -3,6 +3,7 @@
"name": "SeeMeCNC PETG-CF",
"inherits": "SeeMeCNC filament base",
"from": "System",
"setting_id": "UDoa6miFYGnCLiHc",
"filament_id": "SMCFG002",
"instantiation": "true",
"filament_settings_id": [

View File

@@ -3,6 +3,7 @@
"name": "SeeMeCNC PETG",
"inherits": "SeeMeCNC filament base",
"from": "System",
"setting_id": "wf9uGLhJeqRDZVR7",
"filament_id": "SMCFG001",
"instantiation": "true",
"filament_settings_id": [

View File

@@ -60,5 +60,6 @@
"filament_deretraction_speed": [
"30"
],
"setting_id": "kqCiusj7FAzbmnro",
"filament_id": "SMCFG00104"
}

View File

@@ -60,5 +60,6 @@
"filament_deretraction_speed": [
"30"
],
"setting_id": "85J1rc8KxOc7v2cF",
"filament_id": "SMCFG00105"
}

View File

@@ -60,5 +60,6 @@
"filament_deretraction_speed": [
"30"
],
"setting_id": "QI1p2Hi76cWlfRwC",
"filament_id": "SMCFG00107"
}

View File

@@ -60,5 +60,6 @@
"filament_deretraction_speed": [
"30"
],
"setting_id": "Njx1ZHccqqJzQ7AQ",
"filament_id": "SMCFG00110"
}

View File

@@ -60,5 +60,6 @@
"filament_deretraction_speed": [
"30"
],
"setting_id": "ulVlpkQVbvkSpmli",
"filament_id": "SMCFG00204"
}

View File

@@ -60,5 +60,6 @@
"filament_deretraction_speed": [
"30"
],
"setting_id": "jK9Gr2VDAnOKrkPW",
"filament_id": "SMCFG00205"
}

View File

@@ -60,5 +60,6 @@
"filament_deretraction_speed": [
"30"
],
"setting_id": "Gn57oqh6nMBO651i",
"filament_id": "SMCFG00207"
}

View File

@@ -60,5 +60,6 @@
"filament_deretraction_speed": [
"30"
],
"setting_id": "nzRT23S6xk1bxbDJ",
"filament_id": "SMCFG00210"
}

View File

@@ -2,6 +2,7 @@
"type": "filament",
"name": "SeeMeCNC PLA",
"from": "System",
"setting_id": "hdn5fZars58kvjwQ",
"filament_id": "SMCFL001",
"instantiation": "true",
"filament_settings_id": [

View File

@@ -60,5 +60,6 @@
"filament_deretraction_speed": [
"35"
],
"setting_id": "k3oaCcJHHyAuRi6J",
"filament_id": "SMCFL00104"
}

View File

@@ -60,5 +60,6 @@
"filament_deretraction_speed": [
"35"
],
"setting_id": "CcINW4WttiNsKvjf",
"filament_id": "SMCFL00105"
}

View File

@@ -60,5 +60,6 @@
"filament_deretraction_speed": [
"35"
],
"setting_id": "pOuc1eXMLLOBqHuz",
"filament_id": "SMCFL00107"
}

View File

@@ -60,5 +60,6 @@
"filament_deretraction_speed": [
"35"
],
"setting_id": "jSvqBk6R6HAaTRxk",
"filament_id": "SMCFL00110"
}

View File

@@ -3,6 +3,7 @@
"name": "SeeMeCNC TPU",
"inherits": "SeeMeCNC filament base",
"from": "System",
"setting_id": "vsEH0aZOKiLat0hH",
"filament_id": "SMCFU001",
"instantiation": "true",
"filament_settings_id": [

View File

@@ -46,5 +46,6 @@
"filament_deretraction_speed": [
"30"
],
"setting_id": "4LUkyKiKFb96OeC0",
"filament_id": "SMCFU00107"
}

View File

@@ -2,6 +2,7 @@
"type": "machine",
"name": "SeeMeCNC Artemis 0.4 nozzle",
"from": "System",
"setting_id": "sHym4CslP0KOSKI1",
"instantiation": "true",
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",

View File

@@ -2,6 +2,7 @@
"type": "machine",
"name": "SeeMeCNC Artemis 0.5 nozzle",
"from": "System",
"setting_id": "T7UbsCeU4Spvljh1",
"instantiation": "true",
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",

View File

@@ -2,6 +2,7 @@
"type": "machine",
"name": "SeeMeCNC Artemis 0.7 nozzle",
"from": "System",
"setting_id": "H2RRgI7dIfsMQ3rs",
"instantiation": "true",
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",

View File

@@ -2,6 +2,7 @@
"type": "machine",
"name": "SeeMeCNC Artemis 1.0 nozzle",
"from": "System",
"setting_id": "cIMj4tl0mO4HaWLx",
"instantiation": "true",
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",

View File

@@ -2,6 +2,7 @@
"type": "machine",
"name": "SeeMeCNC BOSSdelta 500 0505 0.4 nozzle",
"from": "System",
"setting_id": "bKDY3mKmFHGblw2f",
"instantiation": "true",
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",

View File

@@ -2,6 +2,7 @@
"type": "machine",
"name": "SeeMeCNC BOSSdelta 500 0505 0.5 nozzle",
"from": "System",
"setting_id": "bbCgpQrgYeNm7xmM",
"instantiation": "true",
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",

View File

@@ -2,6 +2,7 @@
"type": "machine",
"name": "SeeMeCNC BOSSdelta 500 0505 0.7 nozzle",
"from": "System",
"setting_id": "wOVFwA2YO9lmLsUl",
"instantiation": "true",
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",

View File

@@ -2,6 +2,7 @@
"type": "machine",
"name": "SeeMeCNC BOSSdelta 500 0505 1.0 nozzle",
"from": "System",
"setting_id": "VntbaD5J3Z2V53xT",
"instantiation": "true",
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",

View File

@@ -2,6 +2,7 @@
"type": "machine",
"name": "SeeMeCNC BOSSdelta 500 0510 0.4 nozzle",
"from": "System",
"setting_id": "4HquBCNYnIarQDsn",
"instantiation": "true",
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",

View File

@@ -2,6 +2,7 @@
"type": "machine",
"name": "SeeMeCNC BOSSdelta 500 0510 0.5 nozzle",
"from": "System",
"setting_id": "dqRikHfYjnYGOwny",
"instantiation": "true",
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",

View File

@@ -2,6 +2,7 @@
"type": "machine",
"name": "SeeMeCNC BOSSdelta 500 0510 0.7 nozzle",
"from": "System",
"setting_id": "UnxDqeIJHopmYKe7",
"instantiation": "true",
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",

View File

@@ -2,6 +2,7 @@
"type": "machine",
"name": "SeeMeCNC BOSSdelta 500 0510 1.0 nozzle",
"from": "System",
"setting_id": "Ej8fGYSyvxZhotWJ",
"instantiation": "true",
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",

View File

@@ -2,6 +2,7 @@
"type": "machine",
"name": "SeeMeCNC BOSSdelta 500 0521 0.4 nozzle",
"from": "System",
"setting_id": "5yqhnwvAafqWtWsv",
"instantiation": "true",
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",

View File

@@ -2,6 +2,7 @@
"type": "machine",
"name": "SeeMeCNC BOSSdelta 500 0521 0.5 nozzle",
"from": "System",
"setting_id": "axWBBdCAXW5CXaKr",
"instantiation": "true",
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",

View File

@@ -2,6 +2,7 @@
"type": "machine",
"name": "SeeMeCNC BOSSdelta 500 0521 0.7 nozzle",
"from": "System",
"setting_id": "Tb8laqV8TCI1qx9w",
"instantiation": "true",
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",

View File

@@ -2,6 +2,7 @@
"type": "machine",
"name": "SeeMeCNC BOSSdelta 500 0521 1.0 nozzle",
"from": "System",
"setting_id": "IB6YBnzQFlrlk4LO",
"instantiation": "true",
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",

View File

@@ -2,6 +2,7 @@
"type": "machine",
"name": "SeeMeCNC BOSSdelta 300 0.4 nozzle",
"from": "System",
"setting_id": "bBNCF2OJnObaQjUG",
"instantiation": "true",
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",

View File

@@ -2,6 +2,7 @@
"type": "machine",
"name": "SeeMeCNC BOSSdelta 300 0.5 nozzle",
"from": "System",
"setting_id": "KBZADRGFxUw1Eid7",
"instantiation": "true",
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",

View File

@@ -2,6 +2,7 @@
"type": "machine",
"name": "SeeMeCNC BOSSdelta 300 0.7 nozzle",
"from": "System",
"setting_id": "I8EEuRh2zT6CFuqG",
"instantiation": "true",
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",

View File

@@ -2,6 +2,7 @@
"type": "machine",
"name": "SeeMeCNC BOSSdelta 300 1.0 nozzle",
"from": "System",
"setting_id": "yxOpcVyr6daKB02x",
"instantiation": "true",
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",

View File

@@ -2,6 +2,7 @@
"type": "machine",
"name": "SeeMeCNC RostockMAX v3.2 0.4 nozzle",
"from": "System",
"setting_id": "bUvbKp9xiJEdV37g",
"instantiation": "true",
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",

View File

@@ -2,6 +2,7 @@
"type": "machine",
"name": "SeeMeCNC RostockMAX v3.2 0.5 nozzle",
"from": "System",
"setting_id": "YKAdnr8IlQPpfIBg",
"instantiation": "true",
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",

View File

@@ -2,6 +2,7 @@
"type": "machine",
"name": "SeeMeCNC RostockMAX v3.2 0.7 nozzle",
"from": "System",
"setting_id": "7hwa9LgYIF4lNiRe",
"instantiation": "true",
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",

View File

@@ -2,6 +2,7 @@
"type": "machine",
"name": "SeeMeCNC RostockMAX v3.2 1.0 nozzle",
"from": "System",
"setting_id": "tN9vDLuDGWY20khZ",
"instantiation": "true",
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",

View File

@@ -2,6 +2,7 @@
"type": "machine",
"name": "SeeMeCNC RostockMAX v4 0.4 nozzle",
"from": "System",
"setting_id": "yFgIq1rgfud4b25W",
"instantiation": "true",
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",

View File

@@ -2,6 +2,7 @@
"type": "machine",
"name": "SeeMeCNC RostockMAX v4 0.5 nozzle",
"from": "System",
"setting_id": "bqOjdOdOT50Z95OU",
"instantiation": "true",
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",

View File

@@ -2,6 +2,7 @@
"type": "machine",
"name": "SeeMeCNC RostockMAX v4 0.7 nozzle",
"from": "System",
"setting_id": "7mKOD4UYFgtVkZkp",
"instantiation": "true",
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",

View File

@@ -2,6 +2,7 @@
"type": "machine",
"name": "SeeMeCNC RostockMAX v4 1.0 nozzle",
"from": "System",
"setting_id": "Rpn6GMVVSAtHh1pn",
"instantiation": "true",
"adaptive_bed_mesh_margin": "0",
"auxiliary_fan": "0",

View File

@@ -3,6 +3,7 @@
"name": "0.16mm Fine @SeeMeCNC Artemis 0.4",
"inherits": "SeeMeCNC process base 0.4mm",
"from": "System",
"setting_id": "lRLSXXlhvBZiym5H",
"instantiation": "true",
"print_settings_id": "0.16mm Fine @SeeMeCNC Artemis 0.4",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.16mm Fine @SeeMeCNC BOSSdelta 300 0.4",
"inherits": "SeeMeCNC process base 0.4mm",
"from": "System",
"setting_id": "8UHWj45Ju6DBVEiz",
"instantiation": "true",
"print_settings_id": "0.16mm Fine @SeeMeCNC BOSSdelta 300 0.4",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.16mm Fine @SeeMeCNC BOSSdelta 500 0505 0.4",
"inherits": "SeeMeCNC process base 0.4mm",
"from": "System",
"setting_id": "kfgfYC8P7YLjle7s",
"instantiation": "true",
"print_settings_id": "0.16mm Fine @SeeMeCNC BOSSdelta 500 0505 0.4",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.16mm Fine @SeeMeCNC BOSSdelta 500 0510 0.4",
"inherits": "SeeMeCNC process base 0.4mm",
"from": "System",
"setting_id": "aw8wmD40IkOSueRa",
"instantiation": "true",
"print_settings_id": "0.16mm Fine @SeeMeCNC BOSSdelta 500 0510 0.4",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.16mm Fine @SeeMeCNC BOSSdelta 500 0521 0.4",
"inherits": "SeeMeCNC process base 0.4mm",
"from": "System",
"setting_id": "FNKsLPBbllfHM9OH",
"instantiation": "true",
"print_settings_id": "0.16mm Fine @SeeMeCNC BOSSdelta 500 0521 0.4",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.16mm Fine @SeeMeCNC RostockMAX v3.2 0.4",
"inherits": "SeeMeCNC process base 0.4mm",
"from": "System",
"setting_id": "czhxhpUVrpbh9uYm",
"instantiation": "true",
"print_settings_id": "0.16mm Fine @SeeMeCNC RostockMAX v3.2 0.4",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.16mm Fine @SeeMeCNC RostockMAX v4 0.4",
"inherits": "SeeMeCNC process base 0.4mm",
"from": "System",
"setting_id": "cmDo2eFA1dkBt2rp",
"instantiation": "true",
"print_settings_id": "0.16mm Fine @SeeMeCNC RostockMAX v4 0.4",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.20mm Draft @SeeMeCNC RostockMAX v3.2 0.4",
"inherits": "SeeMeCNC process base 0.4mm",
"from": "System",
"setting_id": "EBAqFfGspXHLfMUV",
"instantiation": "true",
"print_settings_id": "0.20mm Draft @SeeMeCNC RostockMAX v3.2 0.4",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.20mm Fine @SeeMeCNC Artemis 0.5",
"inherits": "SeeMeCNC process base 0.5mm",
"from": "System",
"setting_id": "avw7c6fWePolMUGA",
"instantiation": "true",
"print_settings_id": "0.20mm Fine @SeeMeCNC Artemis 0.5",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.20mm Fine @SeeMeCNC BOSSdelta 300 0.5",
"inherits": "SeeMeCNC process base 0.5mm",
"from": "System",
"setting_id": "5QBBUO1BqVF62Jg8",
"instantiation": "true",
"print_settings_id": "0.20mm Fine @SeeMeCNC BOSSdelta 300 0.5",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.20mm Fine @SeeMeCNC BOSSdelta 500 0505 0.5",
"inherits": "SeeMeCNC process base 0.5mm",
"from": "System",
"setting_id": "Ot7AHQURVsF6ctIN",
"instantiation": "true",
"print_settings_id": "0.20mm Fine @SeeMeCNC BOSSdelta 500 0505 0.5",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.20mm Fine @SeeMeCNC BOSSdelta 500 0510 0.5",
"inherits": "SeeMeCNC process base 0.5mm",
"from": "System",
"setting_id": "2mSgDRrq6sDUArv5",
"instantiation": "true",
"print_settings_id": "0.20mm Fine @SeeMeCNC BOSSdelta 500 0510 0.5",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.20mm Fine @SeeMeCNC BOSSdelta 500 0521 0.5",
"inherits": "SeeMeCNC process base 0.5mm",
"from": "System",
"setting_id": "sAyOY3I8dnPUgm1g",
"instantiation": "true",
"print_settings_id": "0.20mm Fine @SeeMeCNC BOSSdelta 500 0521 0.5",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.20mm Fine @SeeMeCNC RostockMAX v3.2 0.5",
"inherits": "SeeMeCNC process base 0.5mm",
"from": "System",
"setting_id": "DLMnI7xqZA6QqcDm",
"instantiation": "true",
"print_settings_id": "0.20mm Fine @SeeMeCNC RostockMAX v3.2 0.5",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.20mm Fine @SeeMeCNC RostockMAX v4 0.5",
"inherits": "SeeMeCNC process base 0.5mm",
"from": "System",
"setting_id": "9bMl35ZRi15DTNsC",
"instantiation": "true",
"print_settings_id": "0.20mm Fine @SeeMeCNC RostockMAX v4 0.5",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.20mm Standard @SeeMeCNC Artemis 0.4",
"inherits": "SeeMeCNC process base 0.4mm",
"from": "System",
"setting_id": "oTTigiCvxuoOIApc",
"instantiation": "true",
"print_settings_id": "0.20mm Standard @SeeMeCNC Artemis 0.4",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.20mm Standard @SeeMeCNC BOSSdelta 300 0.4",
"inherits": "SeeMeCNC process base 0.4mm",
"from": "System",
"setting_id": "fGlhxiOPIFvrAml1",
"instantiation": "true",
"print_settings_id": "0.20mm Standard @SeeMeCNC BOSSdelta 300 0.4",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.20mm Standard @SeeMeCNC BOSSdelta 500 0505 0.4",
"inherits": "SeeMeCNC process base 0.4mm",
"from": "System",
"setting_id": "g13rqAKvHJWuyxhW",
"instantiation": "true",
"print_settings_id": "0.20mm Standard @SeeMeCNC BOSSdelta 500 0505 0.4",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.20mm Standard @SeeMeCNC BOSSdelta 500 0510 0.4",
"inherits": "SeeMeCNC process base 0.4mm",
"from": "System",
"setting_id": "hFfaMeYJVbSeK9zH",
"instantiation": "true",
"print_settings_id": "0.20mm Standard @SeeMeCNC BOSSdelta 500 0510 0.4",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.20mm Standard @SeeMeCNC BOSSdelta 500 0521 0.4",
"inherits": "SeeMeCNC process base 0.4mm",
"from": "System",
"setting_id": "ph4qAa2OnN4uJxjg",
"instantiation": "true",
"print_settings_id": "0.20mm Standard @SeeMeCNC BOSSdelta 500 0521 0.4",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.20mm Standard @SeeMeCNC RostockMAX v3.2 0.4",
"inherits": "SeeMeCNC process base 0.4mm",
"from": "System",
"setting_id": "MTzWLsGAZh4y17OV",
"instantiation": "true",
"print_settings_id": "0.20mm Standard @SeeMeCNC RostockMAX v3.2 0.4",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.20mm Standard @SeeMeCNC RostockMAX v4 0.4",
"inherits": "SeeMeCNC process base 0.4mm",
"from": "System",
"setting_id": "sFyuuCdsPp69Ckxr",
"instantiation": "true",
"print_settings_id": "0.20mm Standard @SeeMeCNC RostockMAX v4 0.4",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.24mm Draft @SeeMeCNC Artemis 0.4",
"inherits": "SeeMeCNC process base 0.4mm",
"from": "System",
"setting_id": "YDcjk60OSZ86WXWs",
"instantiation": "true",
"print_settings_id": "0.24mm Draft @SeeMeCNC Artemis 0.4",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.24mm Draft @SeeMeCNC BOSSdelta 300 0.4",
"inherits": "SeeMeCNC process base 0.4mm",
"from": "System",
"setting_id": "5dRFKTUmDsicB6ek",
"instantiation": "true",
"print_settings_id": "0.24mm Draft @SeeMeCNC BOSSdelta 300 0.4",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.24mm Draft @SeeMeCNC BOSSdelta 500 0505 0.4",
"inherits": "SeeMeCNC process base 0.4mm",
"from": "System",
"setting_id": "4bOED9gJAdzFTfSb",
"instantiation": "true",
"print_settings_id": "0.24mm Draft @SeeMeCNC BOSSdelta 500 0505 0.4",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.24mm Draft @SeeMeCNC BOSSdelta 500 0510 0.4",
"inherits": "SeeMeCNC process base 0.4mm",
"from": "System",
"setting_id": "xO0f101uzAnECqVQ",
"instantiation": "true",
"print_settings_id": "0.24mm Draft @SeeMeCNC BOSSdelta 500 0510 0.4",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.24mm Draft @SeeMeCNC BOSSdelta 500 0521 0.4",
"inherits": "SeeMeCNC process base 0.4mm",
"from": "System",
"setting_id": "Rstm9vPtFdjlUezr",
"instantiation": "true",
"print_settings_id": "0.24mm Draft @SeeMeCNC BOSSdelta 500 0521 0.4",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.24mm Draft @SeeMeCNC RostockMAX v3.2 0.4",
"inherits": "SeeMeCNC process base 0.4mm",
"from": "System",
"setting_id": "b8BV2HBygyauaGAR",
"instantiation": "true",
"print_settings_id": "0.24mm Draft @SeeMeCNC RostockMAX v3.2 0.4",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.24mm Draft @SeeMeCNC RostockMAX v4 0.4",
"inherits": "SeeMeCNC process base 0.4mm",
"from": "System",
"setting_id": "G7GmikRbpBSBtboj",
"instantiation": "true",
"print_settings_id": "0.24mm Draft @SeeMeCNC RostockMAX v4 0.4",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.25mm Standard @SeeMeCNC Artemis 0.5",
"inherits": "SeeMeCNC process base 0.5mm",
"from": "System",
"setting_id": "PeixFPMtrsaC0onY",
"instantiation": "true",
"print_settings_id": "0.25mm Standard @SeeMeCNC Artemis 0.5",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.25mm Standard @SeeMeCNC BOSSdelta 300 0.5",
"inherits": "SeeMeCNC process base 0.5mm",
"from": "System",
"setting_id": "jLL0riqC6Gm2f7Wa",
"instantiation": "true",
"print_settings_id": "0.25mm Standard @SeeMeCNC BOSSdelta 300 0.5",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.25mm Standard @SeeMeCNC BOSSdelta 500 0505 0.5",
"inherits": "SeeMeCNC process base 0.5mm",
"from": "System",
"setting_id": "XfNO1L7o79z8xoAC",
"instantiation": "true",
"print_settings_id": "0.25mm Standard @SeeMeCNC BOSSdelta 500 0505 0.5",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.25mm Standard @SeeMeCNC BOSSdelta 500 0510 0.5",
"inherits": "SeeMeCNC process base 0.5mm",
"from": "System",
"setting_id": "WDKnhKF4EiGxrPL8",
"instantiation": "true",
"print_settings_id": "0.25mm Standard @SeeMeCNC BOSSdelta 500 0510 0.5",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.25mm Standard @SeeMeCNC BOSSdelta 500 0521 0.5",
"inherits": "SeeMeCNC process base 0.5mm",
"from": "System",
"setting_id": "KMoZ75aJMurX3w5V",
"instantiation": "true",
"print_settings_id": "0.25mm Standard @SeeMeCNC BOSSdelta 500 0521 0.5",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.25mm Standard @SeeMeCNC RostockMAX v3.2 0.5",
"inherits": "SeeMeCNC process base 0.5mm",
"from": "System",
"setting_id": "EqQ3HoUv2VJcqAGs",
"instantiation": "true",
"print_settings_id": "0.25mm Standard @SeeMeCNC RostockMAX v3.2 0.5",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.25mm Standard @SeeMeCNC RostockMAX v4 0.5",
"inherits": "SeeMeCNC process base 0.5mm",
"from": "System",
"setting_id": "cCJnuaFLDmJlbtlp",
"instantiation": "true",
"print_settings_id": "0.25mm Standard @SeeMeCNC RostockMAX v4 0.5",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.28mm Extra Draft @SeeMeCNC Artemis 0.4",
"inherits": "SeeMeCNC process base 0.4mm",
"from": "System",
"setting_id": "yf6fjsV00krs4DQd",
"instantiation": "true",
"print_settings_id": "0.28mm Extra Draft @SeeMeCNC Artemis 0.4",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.28mm Extra Draft @SeeMeCNC BOSSdelta 300 0.4",
"inherits": "SeeMeCNC process base 0.4mm",
"from": "System",
"setting_id": "5VtgzliNcaaA2kSJ",
"instantiation": "true",
"print_settings_id": "0.28mm Extra Draft @SeeMeCNC BOSSdelta 300 0.4",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.4",
"inherits": "SeeMeCNC process base 0.4mm",
"from": "System",
"setting_id": "iiAwvfKyNKF8uFON",
"instantiation": "true",
"print_settings_id": "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0505 0.4",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.4",
"inherits": "SeeMeCNC process base 0.4mm",
"from": "System",
"setting_id": "sy4g8XWhOIsHvLpn",
"instantiation": "true",
"print_settings_id": "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0510 0.4",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.4",
"inherits": "SeeMeCNC process base 0.4mm",
"from": "System",
"setting_id": "8xHOYf0qy8Cau01u",
"instantiation": "true",
"print_settings_id": "0.28mm Extra Draft @SeeMeCNC BOSSdelta 500 0521 0.4",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.28mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.4",
"inherits": "SeeMeCNC process base 0.4mm",
"from": "System",
"setting_id": "skqqooGjamGLj1X1",
"instantiation": "true",
"print_settings_id": "0.28mm Extra Draft @SeeMeCNC RostockMAX v3.2 0.4",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.28mm Extra Draft @SeeMeCNC RostockMAX v4 0.4",
"inherits": "SeeMeCNC process base 0.4mm",
"from": "System",
"setting_id": "ZbwYCmTlpEepEuz2",
"instantiation": "true",
"print_settings_id": "0.28mm Extra Draft @SeeMeCNC RostockMAX v4 0.4",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.28mm Fine @SeeMeCNC Artemis 0.7",
"inherits": "SeeMeCNC process base 0.7mm",
"from": "System",
"setting_id": "tojtxbX9V7VxvOn1",
"instantiation": "true",
"print_settings_id": "0.28mm Fine @SeeMeCNC Artemis 0.7",
"compatible_printers": [

View File

@@ -3,6 +3,7 @@
"name": "0.28mm Fine @SeeMeCNC BOSSdelta 300 0.7",
"inherits": "SeeMeCNC process base 0.7mm",
"from": "System",
"setting_id": "YRGRvsR9WmgB9h3N",
"instantiation": "true",
"print_settings_id": "0.28mm Fine @SeeMeCNC BOSSdelta 300 0.7",
"compatible_printers": [

Some files were not shown because too many files have changed in this diff Show More