mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-29 13:52:07 +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:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFL99",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "7julgReKEcp5tg0d",
|
||||
"name": "Generic ABS @Sovol SV08 MAX",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFL99",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "UPoqjanrvN173sVS",
|
||||
"name": "Generic PC @Sovol SV08 MAX",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFL99",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "ib7AtR3tQ2dSrFNP",
|
||||
"name": "Generic PETG @Sovol SV08 MAX",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFL99",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "kcFykpuuxMy7KwNu",
|
||||
"name": "Generic PLA @Sovol SV08 MAX",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFL99",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "WAHQZmwHoS4WjoTx",
|
||||
"name": "Generic PLA Silk @Sovol SV08 MAX",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFL99",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "hQByQ7FIhAiytli8",
|
||||
"name": "Generic TPU @Sovol SV08 MAX",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFL99",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "JBFKMaFtd7kO8Ksq",
|
||||
"name": "Polymaker PETG @Sovol SV08 MAX",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFL99",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "x68SPQCqVacBSGd5",
|
||||
"name": "SUNLU PETG @Sovol SV08 MAX",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol SV06 ACE ABS",
|
||||
"inherits": "Generic ABS @System",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "okqqqm0P8ehlQuDY",
|
||||
"filament_id": "GFL99",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol SV06 ACE PETG",
|
||||
"inherits": "Generic PETG @System",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "5mtng0PM8CMglpD7",
|
||||
"filament_id": "GFL99",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol SV06 ACE PLA",
|
||||
"inherits": "Generic PLA @System",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "kgtcANsbfwSbdgOh",
|
||||
"filament_id": "GFL99",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol SV06 ACE TPU",
|
||||
"inherits": "Generic TPU @System",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "ERN0ozxmPhIMze0i",
|
||||
"filament_id": "GFL99",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol SV06 Plus ACE ABS",
|
||||
"inherits": "Generic ABS @System",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "Me1iSJmocW35ClmN",
|
||||
"filament_id": "GFL99",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol SV06 Plus ACE PETG",
|
||||
"inherits": "Generic PETG @System",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "ZrAm6Nm4FI7p4PgC",
|
||||
"filament_id": "GFL99",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol SV06 Plus ACE PLA",
|
||||
"inherits": "Generic PLA @System",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "YEEOGJYm4Z8W4vGV",
|
||||
"filament_id": "GFL99",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol SV06 Plus ACE TPU",
|
||||
"inherits": "Generic TPU @System",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "oNucKLcIdxwBPpUN",
|
||||
"filament_id": "GFL99",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol SV07 PLA",
|
||||
"inherits": "Generic PLA @System",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "IHicmU5gzVf6G4F1",
|
||||
"filament_id": "GFL99",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol SV08 ABS",
|
||||
"inherits": "Generic ABS @System",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "nq4vvrWqKjWKELEz",
|
||||
"filament_id": "GFL99",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol SV08 PETG",
|
||||
"inherits": "Generic PETG @System",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "CWd7KULbXvJeTTEy",
|
||||
"filament_id": "GFL99",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol SV08 PLA @SV08 0.2 nozzle",
|
||||
"inherits": "Generic PLA @System",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "qmnuve3FgzrXgjPA",
|
||||
"filament_id": "GFL99",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol SV08 PLA",
|
||||
"inherits": "Generic PLA @System",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "nnU0222BS0F1c5ki",
|
||||
"filament_id": "GFL99",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol SV08 TPU",
|
||||
"inherits": "Generic TPU @System",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "tpBbCQhcSJsBesnG",
|
||||
"filament_id": "GFL99",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol Zero ABS",
|
||||
"inherits": "Generic ABS @System",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "9pI7op6U4azpfNfb",
|
||||
"filament_id": "GFL99",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol Zero PC",
|
||||
"inherits": "Generic PC @System",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "vuuZXnlrMgUKtSI0",
|
||||
"filament_id": "GFL99",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol Zero PETG HS Nozzle",
|
||||
"inherits": "Generic PETG @System",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "AfxHmpdOkMDJa2fk",
|
||||
"filament_id": "GFL99",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol Zero PETG",
|
||||
"inherits": "Generic PETG @System",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "75OJvkXlmbcaHQfW",
|
||||
"filament_id": "GFL99",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol Zero PLA Basic HS Nozzle",
|
||||
"inherits": "Generic PLA @System",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "i9wDnSEIrOBPbOZl",
|
||||
"filament_id": "GFL99",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol Zero PLA Basic",
|
||||
"inherits": "Generic PLA @System",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "ZVvOaMwZ7noevsYf",
|
||||
"filament_id": "GFL99",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol Zero PLA Silk HS Nozzle",
|
||||
"inherits": "Generic PLA @System",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "XxEJBNFLRltR2Xwn",
|
||||
"filament_id": "GFL99",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol Zero PLA Silk",
|
||||
"inherits": "Generic PLA @System",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "QowhGzqSwGQoAp1a",
|
||||
"filament_id": "GFL99",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol Zero TPU",
|
||||
"inherits": "Generic TPU @System",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "iZHXx0RyRO096L0z",
|
||||
"filament_id": "GFL99",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"setting_id": "OrYBz2bwPIXQ0QZa",
|
||||
"name": "Sovol SV01 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol SV01 Pro 0.4 nozzle",
|
||||
"inherits": "fdm_machine_common",
|
||||
"from": "system",
|
||||
"setting_id": "GM001",
|
||||
"setting_id": "xJdpEJLw5JmUlPBH",
|
||||
"instantiation": "true",
|
||||
"printer_model": "Sovol SV01 Pro",
|
||||
"default_print_profile": "0.20mm Standard @Sovol SV01Pro",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol SV02 0.4 nozzle",
|
||||
"inherits": "fdm_machine_common",
|
||||
"from": "system",
|
||||
"setting_id": "GM001",
|
||||
"setting_id": "e07wzF8K9ePoSPUD",
|
||||
"instantiation": "true",
|
||||
"printer_model": "Sovol SV02",
|
||||
"default_print_profile": "0.20mm Standard @Sovol SV02",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol SV05 0.4 nozzle",
|
||||
"inherits": "fdm_machine_common",
|
||||
"from": "system",
|
||||
"setting_id": "GM001",
|
||||
"setting_id": "ljpHARdxa4iYSUPI",
|
||||
"instantiation": "true",
|
||||
"printer_model": "Sovol SV05",
|
||||
"default_print_profile": "0.20mm Standard @Sovol SV05",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol SV06 0.4 High-Speed nozzle",
|
||||
"inherits": "fdm_machine_common",
|
||||
"from": "system",
|
||||
"setting_id": "GM001",
|
||||
"setting_id": "ShWzWhKWa9JASGUz",
|
||||
"instantiation": "true",
|
||||
"printer_model": "Sovol SV06",
|
||||
"default_print_profile": "0.20mm High-Speed @Sovol SV06",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol SV06 0.4 nozzle",
|
||||
"inherits": "fdm_machine_common",
|
||||
"from": "system",
|
||||
"setting_id": "GM001",
|
||||
"setting_id": "QxUTprTCpyEEp30y",
|
||||
"instantiation": "true",
|
||||
"printer_model": "Sovol SV06",
|
||||
"default_print_profile": "0.20mm Standard @Sovol SV06",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol SV06 ACE 0.2 nozzle",
|
||||
"inherits": "fdm_machine_common",
|
||||
"from": "system",
|
||||
"setting_id": "GM001",
|
||||
"setting_id": "FCFa3jKKO1E8tCDd",
|
||||
"instantiation": "true",
|
||||
"printer_model": "Sovol SV06 ACE",
|
||||
"default_print_profile": "0.12mm Standard @Sovol SV06 ACE 0.2 nozzle",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol SV06 ACE 0.4 nozzle",
|
||||
"inherits": "fdm_machine_common",
|
||||
"from": "system",
|
||||
"setting_id": "GM001",
|
||||
"setting_id": "CEDYgg6mNzFCH7bK",
|
||||
"instantiation": "true",
|
||||
"printer_model": "Sovol SV06 ACE",
|
||||
"default_print_profile": "0.20mm Standard @Sovol SV06 ACE",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol SV06 ACE 0.6 nozzle",
|
||||
"inherits": "fdm_machine_common",
|
||||
"from": "system",
|
||||
"setting_id": "GM001",
|
||||
"setting_id": "bsROify59RvHQlk8",
|
||||
"instantiation": "true",
|
||||
"printer_model": "Sovol SV06 ACE",
|
||||
"default_print_profile": "0.30mm Standard @Sovol SV06 ACE 0.6 nozzle",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol SV06 ACE 0.8 nozzle",
|
||||
"inherits": "fdm_machine_common",
|
||||
"from": "system",
|
||||
"setting_id": "GM001",
|
||||
"setting_id": "wAwlBwcsKelYq7wZ",
|
||||
"instantiation": "true",
|
||||
"printer_model": "Sovol SV06 ACE",
|
||||
"default_print_profile": "0.40mm Standard @Sovol SV06 ACE 0.8 nozzle",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol SV06 Plus 0.4 nozzle",
|
||||
"inherits": "fdm_machine_common",
|
||||
"from": "system",
|
||||
"setting_id": "GM001",
|
||||
"setting_id": "fHfyr9rrVMqu1ruq",
|
||||
"instantiation": "true",
|
||||
"printer_model": "Sovol SV06 Plus",
|
||||
"default_print_profile": "0.20mm Standard @Sovol SV06Plus",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol SV06 Plus ACE 0.4 nozzle",
|
||||
"inherits": "fdm_machine_common",
|
||||
"from": "system",
|
||||
"setting_id": "GM001",
|
||||
"setting_id": "OPYo1a3aIyXMdlI7",
|
||||
"instantiation": "true",
|
||||
"printer_model": "Sovol SV06 Plus ACE",
|
||||
"default_print_profile": "0.20mm Standard @Sovol SV06 Plus ACE",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol SV07 0.4 nozzle",
|
||||
"inherits": "fdm_machine_common",
|
||||
"from": "system",
|
||||
"setting_id": "GM001",
|
||||
"setting_id": "nqHcOb6QQy4kM8nO",
|
||||
"instantiation": "true",
|
||||
"printer_model": "Sovol SV07",
|
||||
"default_print_profile": "0.20mm Standard @Sovol SV07",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol SV07 Plus 0.4 nozzle",
|
||||
"inherits": "fdm_machine_common",
|
||||
"from": "system",
|
||||
"setting_id": "GM001",
|
||||
"setting_id": "RBpom11PPlgYlQl2",
|
||||
"instantiation": "true",
|
||||
"printer_model": "Sovol SV07 Plus",
|
||||
"default_print_profile": "0.20mm Standard @Sovol SV07 Plus",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol SV08 0.2 nozzle",
|
||||
"inherits": "fdm_machine_common",
|
||||
"from": "system",
|
||||
"setting_id": "GM001",
|
||||
"setting_id": "h3WmQz2a0dOCXHbH",
|
||||
"instantiation": "true",
|
||||
"printer_model": "Sovol SV08",
|
||||
"default_print_profile": "0.10mm Standard @Sovol SV08 0.2 nozzle",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol SV08 0.4 nozzle",
|
||||
"inherits": "fdm_machine_common",
|
||||
"from": "system",
|
||||
"setting_id": "GM001",
|
||||
"setting_id": "ogyad4pXAoqy9915",
|
||||
"instantiation": "true",
|
||||
"printer_model": "Sovol SV08",
|
||||
"default_print_profile": "0.20mm Standard @Sovol SV08",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol SV08 0.6 nozzle",
|
||||
"inherits": "fdm_machine_common",
|
||||
"from": "system",
|
||||
"setting_id": "GM001",
|
||||
"setting_id": "geB9aMk6xmyTpmj4",
|
||||
"instantiation": "true",
|
||||
"printer_model": "Sovol SV08",
|
||||
"default_print_profile": "0.30mm Standard @Sovol SV08 0.6 nozzle",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol SV08 0.8 nozzle",
|
||||
"inherits": "fdm_machine_common",
|
||||
"from": "system",
|
||||
"setting_id": "GM001",
|
||||
"setting_id": "Isk4WSQ4RH23P3Wy",
|
||||
"instantiation": "true",
|
||||
"printer_model": "Sovol SV08",
|
||||
"default_print_profile": "0.20mm Standard @Sovol SV08 0.8 nozzle",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"setting_id": "MIHp3VCfT1e6gMjs",
|
||||
"name": "Sovol SV08 MAX 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"setting_id": "HR1xTYrAmc07KHs0",
|
||||
"name": "Sovol SV08 MAX 0.6 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"setting_id": "8WhF31wX3mBoOqpx",
|
||||
"name": "Sovol SV08 MAX 0.8 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Sovol Zero 0.4 nozzle",
|
||||
"inherits": "fdm_machine_common",
|
||||
"from": "system",
|
||||
"setting_id": "GM001",
|
||||
"setting_id": "QclEa2nmpBiii6Y0",
|
||||
"instantiation": "true",
|
||||
"printer_model": "Sovol Zero",
|
||||
"default_print_profile": "0.20mm Standard @Sovol Zero 0.4 nozzle",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.08mm High Quality @Sovol SV06 ACE",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "WQqoRN1avqbX8Pgd",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.10mm Standard @Sovol SV08 0.2 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "sTiNnwPQInBM8oMT",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.12mm Quality @Sovol SV06 ACE",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "EGRlZsIz0TvybH5a",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.12mm Standard @Sovol SV06 ACE 0.2 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "1nAnGTBSg9NbEjRl",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.18mm Optimal @Sovol SV01Pro",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "C5l9Xp7PFZJ8EUuI",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.18mm Optimal @Sovol SV02",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "XGwpYXpDBGmz3IST",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.18mm Optimal @Sovol SV05",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "hx4TRRO93eAhKRlo",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.18mm Optimal @Sovol SV06",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "rDtPKzMhHP85acXh",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.18mm Optimal @Sovol SV06Plus",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "L1YTQWBe8jGxUG5n",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.18mm Optimal @Sovol SV07",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "CCj4nI9LPvB6tBwv",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.18mm Optimal @Sovol SV07 Plus",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "Y7BQqmsJc3sCg5M4",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.18mm Optimal @Sovol SV08",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "dtNZVowJXglP0ygk",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm High-Speed @Sovol SV06",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "S1iAf6JiKSas9AMw",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "CFwXlxanOmqsdA48",
|
||||
"name": "0.20mm Standard @Sovol SV01",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_common",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Sovol SV01Pro",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "i3AkK2cR13YkyVrJ",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Sovol SV02",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "ASEHMkWIP3Z7M6Eg",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Sovol SV05",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "qz3ogX30ClF0lLRt",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Sovol SV06 ACE",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "vJmKSRBaoZ7y02CV",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Sovol SV06 Plus ACE",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "7qkFiEhE4BGMZrDJ",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Sovol SV06",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "cremVs4Sj00nBWtu",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Sovol SV06Plus",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "bku5PsptBdjUrbQ6",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Sovol SV07",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "D6GOAXI1isGTNnfb",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Sovol SV07 Plus",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "88ExWsak5lVw9qYZ",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Sovol SV08 0.4 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "v0m5eV5ZVA813MVP",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "sPSDTG9mKjIOuy4m",
|
||||
"name": "0.20mm Standard @Sovol SV08 MAX 0.4 nozzle",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_common",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Sovol SV08",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "vYejAtfzNoeBDq00",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Sovol Zero 0.4 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "ShJTVnJ492No1j2j",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "1",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.28mm Fast @Sovol SV06 ACE",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "Ydon9OsrFa7A8L1F",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.30mm Standard @Sovol SV06 ACE 0.6 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "n7KDWYlaTDObslGp",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.30mm Standard @Sovol SV08 0.6 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "VGWhB6OKWJrzkfrC",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "EhJl99Rdzr3bYnjW",
|
||||
"name": "0.30mm Standard @Sovol SV08 MAX 0.6 nozzle",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_common",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.40mm Standard @Sovol SV06 ACE 0.8 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "hkA5BT13eWBp5BKQ",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.40mm Standard @Sovol SV08 0.8 nozzle",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "THLtL3Q597dBsUgK",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "5UL3y12LS7RXWO0d",
|
||||
"name": "0.40mm Standard @Sovol SV08 MAX 0.8 nozzle",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_common",
|
||||
|
||||
Reference in New Issue
Block a user