mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-28 05:12:27 +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:
@@ -4,7 +4,7 @@
|
||||
"renamed_from": "0.08mm Extra Fine @Z-Bolt S300;0.08mm Extra Fine @Z-Bolt S400",
|
||||
"inherits": "fdm_process_zbolt_0.08",
|
||||
"from": "system",
|
||||
"setting_id": "GP001",
|
||||
"setting_id": "aQbSyiYUXanu2sjX",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, and results in almost negligible layer lines and longer printing time.",
|
||||
"smooth_coefficient": "150",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"renamed_from": "0.08mm High Quality @Z-Bolt S300;0.08mm High Quality @Z-Bolt S400",
|
||||
"inherits": "fdm_process_zbolt_0.08",
|
||||
"from": "system",
|
||||
"setting_id": "GP003",
|
||||
"setting_id": "MP6HTVlWkZ8xa9QD",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in almost negligible layer lines and much higher printing quality, but much longer printing time.",
|
||||
"default_acceleration": "4000",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"renamed_from": "0.12mm Fine @Z-Bolt S300;0.12mm Fine @Z-Bolt S400;0.12mm Fine @Z-Bolt S600;0.12mm Fine @Z-Bolt S800",
|
||||
"inherits": "fdm_process_zbolt_0.12",
|
||||
"from": "system",
|
||||
"setting_id": "GP005",
|
||||
"setting_id": "FXUuYzz6QKb2B8NO",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, and results in almost negligible layer lines and higher printing quality, but longer printing time.",
|
||||
"smooth_coefficient": "150",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"renamed_from": "0.12mm High Quality @Z-Bolt S300;0.12mm High Quality @Z-Bolt S400;0.12mm High Quality @Z-Bolt S600;0.12mm High Quality @Z-Bolt S800",
|
||||
"inherits": "fdm_process_zbolt_0.12",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"setting_id": "qsrMniHC8vspHFyM",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in almost negligible layer lines and much higher printing quality, but much longer printing time.",
|
||||
"default_acceleration": "4000",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"renamed_from": "0.16mm High Quality @Z-Bolt S300;0.16mm High Quality @Z-Bolt S400;0.16mm High Quality @Z-Bolt S600;0.16mm High Quality @Z-Bolt S800",
|
||||
"inherits": "fdm_process_zbolt_0.16",
|
||||
"from": "system",
|
||||
"setting_id": "GP008",
|
||||
"setting_id": "c3EwAGKFJchwWGzt",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in less apparent layer lines and much higher printing quality, but much longer printing time.",
|
||||
"default_acceleration": "4000",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.16mm High Quality @Z-Bolt 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.16_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP010H",
|
||||
"setting_id": "AAJa8VuKqBMn2qlt",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and higher printing quality, but longer printing time.",
|
||||
"outer_wall_speed": "40",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"renamed_from": "0.16mm Optimal @Z-Bolt S300;0.16mm Optimal @Z-Bolt S400;0.16mm Optimal @Z-Bolt S600;0.16mm Optimal @Z-Bolt S800",
|
||||
"inherits": "fdm_process_zbolt_0.16",
|
||||
"from": "system",
|
||||
"setting_id": "GP009",
|
||||
"setting_id": "TrwuaRthXrp9Aqc2",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and higher printing quality, but longer printing time.",
|
||||
"smooth_coefficient": "150",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"renamed_from": "0.16mm Standard @Z-Bolt S300 0.6 nozzle;0.16mm Standard @Z-Bolt S400 0.6 nozzle;0.16mm Standard @Z-Bolt S600 0.6 nozzle;0.16mm Standard @Z-Bolt S800 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.16_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP010",
|
||||
"setting_id": "0SCq38hvD9Qc2qEM",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.16mm Standard @Z-Bolt S300 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.16_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP010",
|
||||
"setting_id": "2RxXv1nZQz9czrdj",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.16mm Standard @Z-Bolt S400 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.16_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP110",
|
||||
"setting_id": "2OURPHmPHYOYKSXV",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.16mm Standard @Z-Bolt S600 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.16_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP210",
|
||||
"setting_id": "SZPyQZpFP1OoKwjU",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.16mm Standard @Z-Bolt S800 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.16_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP310",
|
||||
"setting_id": "YRK4yyqj2mKB3Yas",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm High Quality @Z-Bolt 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.20_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP024H",
|
||||
"setting_id": "6kKt7MQNZiERohDf",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and slight higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"renamed_from": "0.20mm Standard @Z-Bolt S300;0.20mm Standard @Z-Bolt S400;0.20mm Standard @Z-Bolt S600;0.20mm Standard @Z-Bolt S800",
|
||||
"inherits": "fdm_process_zbolt_0.20",
|
||||
"from": "system",
|
||||
"setting_id": "GP011",
|
||||
"setting_id": "jSA9QDV6RfL4eb5X",
|
||||
"instantiation": "true",
|
||||
"description": "It has a general layer height, and results in general layer lines and printing quality. It is suitable for most general printing cases.",
|
||||
"smooth_coefficient": "150",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"renamed_from": "0.20mm Standard @Z-Bolt S300 0.6 nozzle;0.20mm Standard @Z-Bolt S400 0.6 nozzle;0.20mm Standard @Z-Bolt S600 0.6 nozzle;0.20mm Standard @Z-Bolt S800 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.20_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP024",
|
||||
"setting_id": "NDWJp1Shr9glm0Pz",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and slight higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Z-Bolt S300 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.20_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP024",
|
||||
"setting_id": "ESOOiuQrreUN5wjl",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and slight higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Z-Bolt S400 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.20_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP124",
|
||||
"setting_id": "ceEDWf14ChMEAKeL",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and slight higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Z-Bolt S600 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.20_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP224",
|
||||
"setting_id": "xuDGD4zohFJ5W0fQ",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and slight higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Z-Bolt S800 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.20_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP324",
|
||||
"setting_id": "eNTV0x3etSjM8VC8",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and slight higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"renamed_from": "0.20mm Strength @Z-Bolt S300;0.20mm Strength @Z-Bolt S400;0.20mm Strength @Z-Bolt S600;0.20mm Strength @Z-Bolt S800",
|
||||
"inherits": "fdm_process_zbolt_0.20",
|
||||
"from": "system",
|
||||
"setting_id": "GP012",
|
||||
"setting_id": "42rvcJiQF05SDsGM",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has more wall loops and a higher sparse infill density. So, it results in higher strength of the prints, but more filament consumption and longer printing time.",
|
||||
"outer_wall_speed": "60",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"renamed_from": "0.24mm Draft @Z-Bolt S300;0.24mm Draft @Z-Bolt S400;0.24mm Draft @Z-Bolt S600;0.24mm Draft @Z-Bolt S800",
|
||||
"inherits": "fdm_process_zbolt_0.24",
|
||||
"from": "system",
|
||||
"setting_id": "GP013",
|
||||
"setting_id": "L1bdHzIO1OKLDT3Q",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a bigger layer height, and results in more apparent layer lines and lower printing quality, but slightly shorter printing time.",
|
||||
"smooth_coefficient": "150",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"renamed_from": "0.24mm Standard @Z-Bolt S300 0.6 nozzle;0.24mm Standard @Z-Bolt S400 0.6 nozzle;0.24mm Standard @Z-Bolt S600 0.6 nozzle;0.24mm Standard @Z-Bolt S800 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.24_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP014",
|
||||
"setting_id": "R2ymo1GdwtRhkIoT",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and slight higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"renamed_from": "0.24mm Standard @Z-Bolt S300 0.8 nozzle;0.24mm Standard @Z-Bolt S400 0.8 nozzle;0.24mm Standard @Z-Bolt S600 0.8 nozzle;0.24mm Standard @Z-Bolt S800 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.24_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP015",
|
||||
"setting_id": "AGLwvCuJJX93NNJh",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a smaller layer height, and results in less but still apparent layer lines and slightly higher printing quality, but longer printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.24mm Standard @Z-Bolt S300 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.24_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP014",
|
||||
"setting_id": "TAbgYTebJ8fJfoGv",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and slight higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.24mm Standard @Z-Bolt S300 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.24_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP015",
|
||||
"setting_id": "aZbWDLIaBHyxpLB1",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a smaller layer height, and results in less but still apparent layer lines and slightly higher printing quality, but longer printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.24mm Standard @Z-Bolt S400 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.24_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP114",
|
||||
"setting_id": "HfdhuDWXbB1hgPST",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and slight higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.24mm Standard @Z-Bolt S400 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.24_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP115",
|
||||
"setting_id": "d1RSgT1SCZvEW2VE",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a smaller layer height, and results in less but still apparent layer lines and slightly higher printing quality, but longer printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.24mm Standard @Z-Bolt S600 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.24_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP214",
|
||||
"setting_id": "XdM0HtHqwCxHWMh8",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and slight higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.24mm Standard @Z-Bolt S600 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.24_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP215",
|
||||
"setting_id": "z763KCvFxiSuIa3Q",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a smaller layer height, and results in less but still apparent layer lines and slightly higher printing quality, but longer printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.24mm Standard @Z-Bolt S800 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.24_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP314",
|
||||
"setting_id": "hrBhcyAFEynEpWLS",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and slight higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.24mm Standard @Z-Bolt S800 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.24_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP315",
|
||||
"setting_id": "MKNqN7HXWUkC0YlP",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a smaller layer height, and results in less but still apparent layer lines and slightly higher printing quality, but longer printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"renamed_from": "0.28mm Extra Draft @Z-Bolt S300;0.28mm Extra Draft @Z-Bolt S400;0.28mm Extra Draft @Z-Bolt S600;0.28mm Extra Draft @Z-Bolt S800",
|
||||
"inherits": "fdm_process_zbolt_0.28",
|
||||
"from": "system",
|
||||
"setting_id": "GP016",
|
||||
"setting_id": "U6WOuHSZoT8XksE5",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a bigger layer height, and results in more apparent layer lines and lower printing quality, but shorter printing time.",
|
||||
"smooth_coefficient": "150",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"renamed_from": "0.30mm Standard @Z-Bolt S300 0.6 nozzle;0.30mm Standard @Z-Bolt S400 0.6 nozzle;0.30mm Standard @Z-Bolt S600 0.6 nozzle;0.30mm Standard @Z-Bolt S800 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.30_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP017",
|
||||
"setting_id": "mHxycjW2eGEiIUSO",
|
||||
"instantiation": "true",
|
||||
"description": "It has a big layer height, and results in apparent layer lines and ordinary printing quality and printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.30mm Standard @Z-Bolt S300 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.30_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP017",
|
||||
"setting_id": "6iyFuqK8Y0ioSZuP",
|
||||
"instantiation": "true",
|
||||
"description": "It has a big layer height, and results in apparent layer lines and ordinary printing quality and printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.30mm Standard @Z-Bolt S400 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.30_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP117",
|
||||
"setting_id": "9M43aMN5dnqhoP87",
|
||||
"instantiation": "true",
|
||||
"description": "It has a big layer height, and results in apparent layer lines and ordinary printing quality and printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.30mm Standard @Z-Bolt S600 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.30_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP217",
|
||||
"setting_id": "txwrrb1yo7nMfBMG",
|
||||
"instantiation": "true",
|
||||
"description": "It has a big layer height, and results in apparent layer lines and ordinary printing quality and printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.30mm Standard @Z-Bolt S800 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.30_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP317",
|
||||
"setting_id": "VJ5D0Y1GlaGNRVK2",
|
||||
"instantiation": "true",
|
||||
"description": "It has a big layer height, and results in apparent layer lines and ordinary printing quality and printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"renamed_from": "0.30mm Strength @Z-Bolt S300 0.6 nozzle;0.30mm Strength @Z-Bolt S400 0.6 nozzle;0.30mm Strength @Z-Bolt S600 0.6 nozzle;0.30mm Strength @Z-Bolt S800 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.30_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP018",
|
||||
"setting_id": "bmaReFmorAZrEdWG",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has more wall loops and a higher sparse infill density. So, it results in higher strength of the prints, but more filament consumption and longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.30mm Strength @Z-Bolt S300 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.30_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP018",
|
||||
"setting_id": "mm1sR19x1GMV5HWd",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has more wall loops and a higher sparse infill density. So, it results in higher strength of the prints, but more filament consumption and longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.30mm Strength @Z-Bolt S400 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.30_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP118",
|
||||
"setting_id": "i4Hf8fQwAQBYI4KY",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has more wall loops and a higher sparse infill density. So, it results in higher strength of the prints, but more filament consumption and longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.30mm Strength @Z-Bolt S600 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.30_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP218",
|
||||
"setting_id": "sw1E5WWkpBJ0Vv3Y",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has more wall loops and a higher sparse infill density. So, it results in higher strength of the prints, but more filament consumption and longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.30mm Strength @Z-Bolt S800 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.30_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP318",
|
||||
"setting_id": "V8BUZgHTc3aSw9Gm",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has more wall loops and a higher sparse infill density. So, it results in higher strength of the prints, but more filament consumption and longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"renamed_from": "0.32mm Standard @Z-Bolt S300 0.8 nozzle;0.32mm Standard @Z-Bolt S400 0.8 nozzle;0.32mm Standard @Z-Bolt S600 0.8 nozzle;0.32mm Standard @Z-Bolt S800 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.32_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP019",
|
||||
"setting_id": "VlQaxN8Jt27ZM4Qc",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a slightly smaller layer height, and results in slightly less but still apparent layer lines and slightly higher printing quality, but longer printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.32mm Standard @Z-Bolt S300 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.32_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP019",
|
||||
"setting_id": "5wBPobAWXKWdo5ig",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a slightly smaller layer height, and results in slightly less but still apparent layer lines and slightly higher printing quality, but longer printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.32mm Standard @Z-Bolt S400 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.32_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP119",
|
||||
"setting_id": "UWegs5xqs4lUGptC",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a slightly smaller layer height, and results in slightly less but still apparent layer lines and slightly higher printing quality, but longer printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.32mm Standard @Z-Bolt S600 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.32_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP219",
|
||||
"setting_id": "IY3WH7g6iA27BZUk",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a slightly smaller layer height, and results in slightly less but still apparent layer lines and slightly higher printing quality, but longer printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.32mm Standard @Z-Bolt S800 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.32_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP319",
|
||||
"setting_id": "mc9deGY78RGgMaEJ",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a slightly smaller layer height, and results in slightly less but still apparent layer lines and slightly higher printing quality, but longer printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"renamed_from": "0.36mm Standard @Z-Bolt S300 0.6 nozzle;0.36mm Standard @Z-Bolt S400 0.6 nozzle;0.36mm Standard @Z-Bolt S600 0.6 nozzle;0.36mm Standard @Z-Bolt S800 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.36_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP020",
|
||||
"setting_id": "loQ0K8BuYnb4lhrs",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer height, and results in more apparent layer lines and lower printing quality, but shorter printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.36mm Standard @Z-Bolt S300 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.36_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP020",
|
||||
"setting_id": "0g05ryRBoI9OcI7R",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer height, and results in more apparent layer lines and lower printing quality, but shorter printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.36mm Standard @Z-Bolt S400 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.36_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP120",
|
||||
"setting_id": "cZ7LKDgxE9BlU5hy",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer height, and results in more apparent layer lines and lower printing quality, but shorter printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.36mm Standard @Z-Bolt S600 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.36_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP220",
|
||||
"setting_id": "UHHHawiR4wKDK8y9",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer height, and results in more apparent layer lines and lower printing quality, but shorter printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.36mm Standard @Z-Bolt S800 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.36_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP320",
|
||||
"setting_id": "qwG5GY4TvvzC8I1n",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer height, and results in more apparent layer lines and lower printing quality, but shorter printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"renamed_from": "0.40mm Standard @Z-Bolt S300 0.8 nozzle;0.40mm Standard @Z-Bolt S400 0.8 nozzle;0.40mm Standard @Z-Bolt S600 0.8 nozzle;0.40mm Standard @Z-Bolt S800 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.40_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP021",
|
||||
"setting_id": "3enbj8N1CBmVvS22",
|
||||
"instantiation": "true",
|
||||
"description": "It has a very big layer height, and results in very apparent layer lines, low printing quality and general printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.40mm Standard @Z-Bolt S300 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.40_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP021",
|
||||
"setting_id": "3YDW0mR0ZlosVM1L",
|
||||
"instantiation": "true",
|
||||
"description": "It has a very big layer height, and results in very apparent layer lines, low printing quality and general printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.40mm Standard @Z-Bolt S400 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.40_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP121",
|
||||
"setting_id": "iyKInbHHk3UFFlOH",
|
||||
"instantiation": "true",
|
||||
"description": "It has a very big layer height, and results in very apparent layer lines, low printing quality and general printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.40mm Standard @Z-Bolt S600 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.40_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP221",
|
||||
"setting_id": "vFw2NfpLaCrga9ZR",
|
||||
"instantiation": "true",
|
||||
"description": "It has a very big layer height, and results in very apparent layer lines, low printing quality and general printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.40mm Standard @Z-Bolt S800 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.40_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP321",
|
||||
"setting_id": "Kx7bqTTuygjpXimK",
|
||||
"instantiation": "true",
|
||||
"description": "It has a very big layer height, and results in very apparent layer lines, low printing quality and general printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"renamed_from": "0.42mm Standard @Z-Bolt S300 0.6 nozzle;0.42mm Standard @Z-Bolt S400 0.6 nozzle;0.42mm Standard @Z-Bolt S600 0.6 nozzle;0.42mm Standard @Z-Bolt S800 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.42_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP022",
|
||||
"setting_id": "3Y2p4ilbdJWtoet7",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer height, and results in much more apparent layer lines and much lower printing quality, but shorter printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.42mm Standard @Z-Bolt S300 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.42_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP022",
|
||||
"setting_id": "S5yi1BSlwFr8p5a6",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer height, and results in much more apparent layer lines and much lower printing quality, but shorter printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.42mm Standard @Z-Bolt S400 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.42_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP122",
|
||||
"setting_id": "cM8ZNZGpxY1c3Mlb",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer height, and results in much more apparent layer lines and much lower printing quality, but shorter printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.42mm Standard @Z-Bolt S600 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.42_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP222",
|
||||
"setting_id": "2XGL3ppk2sbHogrF",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer height, and results in much more apparent layer lines and much lower printing quality, but shorter printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.42mm Standard @Z-Bolt S800 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.42_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP322",
|
||||
"setting_id": "3IwVpXqkrUPSODSc",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer height, and results in much more apparent layer lines and much lower printing quality, but shorter printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"renamed_from": "0.48mm Standard @Z-Bolt S300 0.8 nozzle;0.48mm Standard @Z-Bolt S400 0.8 nozzle;0.48mm Standard @Z-Bolt S600 0.8 nozzle;0.48mm Standard @Z-Bolt S800 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.48_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP023",
|
||||
"setting_id": "Xck8aOlCEcVdSFda",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a bigger layer height, and results in very apparent layer lines and much lower printing quality, but shorter printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.48mm Standard @Z-Bolt S300 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.48_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP023",
|
||||
"setting_id": "ttdUbDHxaTJsZWWR",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a bigger layer height, and results in very apparent layer lines and much lower printing quality, but shorter printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.48mm Standard @Z-Bolt S400 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.48_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP123",
|
||||
"setting_id": "9WxhJWzZzlIc9PWh",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a bigger layer height, and results in very apparent layer lines and much lower printing quality, but shorter printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.48mm Standard @Z-Bolt S600 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.48_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP223",
|
||||
"setting_id": "aM8NhaD1tGH4wDiV",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a bigger layer height, and results in very apparent layer lines and much lower printing quality, but shorter printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.48mm Standard @Z-Bolt S800 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.48_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP323",
|
||||
"setting_id": "0GGBIejcNifBg5qs",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a bigger layer height, and results in very apparent layer lines and much lower printing quality, but shorter printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
Reference in New Issue
Block a user