mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-09 10:16:50 +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,6 +4,6 @@
|
||||
"from": "system",
|
||||
"inherits": "0.10mm Standard @Elegoo N3Max 0.2 nozzle",
|
||||
"layer_height": "0.08",
|
||||
"settings_id": "PEN3Max02008",
|
||||
"setting_id": "XEXWDtkuVN27Z0Ae",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"from": "system",
|
||||
"inherits": "0.10mm Standard @Elegoo N3Plus 0.2 nozzle",
|
||||
"layer_height": "0.08",
|
||||
"settings_id": "PEN3Plus02008",
|
||||
"setting_id": "oRNlKaMaOZS6N4pT",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"from": "system",
|
||||
"inherits": "0.10mm Standard @Elegoo N3Pro 0.2 nozzle",
|
||||
"layer_height": "0.08",
|
||||
"settings_id": "PEN3Pro02008",
|
||||
"setting_id": "4d4rm5pkuVEpvKUA",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.10mm Standard @Elegoo N3Max 0.2 nozzle",
|
||||
"inherits": "fdm_process_elegoo_02010",
|
||||
"from": "system",
|
||||
"setting_id": "PEN3Max02010",
|
||||
"setting_id": "2Wskk71VCs9JiZyJ",
|
||||
"instantiation": "true",
|
||||
"filename_format": "EN3Max_{nozzle_diameter[0]}_{input_filename_base}_{filament_name}_{layer_height}_{print_time}.gcode",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.10mm Standard @Elegoo N3Plus 0.2 nozzle",
|
||||
"inherits": "fdm_process_elegoo_02010",
|
||||
"from": "system",
|
||||
"setting_id": "PEN3Plus02010",
|
||||
"setting_id": "ee55grIk19GJ6uR8",
|
||||
"instantiation": "true",
|
||||
"filename_format": "EN3Plus_{nozzle_diameter[0]}_{input_filename_base}_{filament_name}_{layer_height}_{print_time}.gcode",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.10mm Standard @Elegoo N3Pro 0.2 nozzle",
|
||||
"inherits": "fdm_process_elegoo_02010",
|
||||
"from": "system",
|
||||
"setting_id": "PEN3Pro02010",
|
||||
"setting_id": "VTvUwhwFLrsd34JB",
|
||||
"instantiation": "true",
|
||||
"filename_format": "EN3Pro_{nozzle_diameter[0]}_{input_filename_base}_{filament_name}_{layer_height}_{print_time}.gcode",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.12mm Draft @Elegoo N3Max 0.2 nozzle",
|
||||
"from": "system",
|
||||
"inherits": "0.10mm Standard @Elegoo N3Max 0.2 nozzle",
|
||||
"setting_id": "0tL8rTEK1rEksfWu",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.12",
|
||||
"settings_id": "PEN3Max02012"
|
||||
"layer_height": "0.12"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"from": "system",
|
||||
"inherits": "0.10mm Standard @Elegoo N3Plus 0.2 nozzle",
|
||||
"layer_height": "0.12",
|
||||
"instantiation": "true",
|
||||
"settings_id": "PEN3Plus02012"
|
||||
"setting_id": "4H7asjR6qAfYD1zA",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"from": "system",
|
||||
"inherits": "0.10mm Standard @Elegoo N3Pro 0.2 nozzle",
|
||||
"layer_height": "0.12",
|
||||
"instantiation": "true",
|
||||
"settings_id": "PEN3Pro02012"
|
||||
"setting_id": "B5TzYBAO9JaSXfj8",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"inherits": "0.20mm Standard @Elegoo N3Max 0.4 nozzle",
|
||||
"name": "0.12mm Fine @Elegoo N3Max 0.4 nozzle",
|
||||
"layer_height": "0.12",
|
||||
"setting_id": "EvN6TYCeyMKxI6Re",
|
||||
"instantiation": "true",
|
||||
"wall_loops": "3",
|
||||
"renamed_from": "0.08mm Extra Fine @Elegoo Neptune3Max;0.12mm Fine @Elegoo Neptune3Max"
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"inherits": "0.20mm Standard @Elegoo N3Plus 0.4 nozzle",
|
||||
"name": "0.12mm Fine @Elegoo N3Plus 0.4 nozzle",
|
||||
"layer_height": "0.12",
|
||||
"setting_id": "7BlZuuOXdqTj6cV6",
|
||||
"instantiation": "true",
|
||||
"wall_loops": "3",
|
||||
"renamed_from": "0.08mm Extra Fine @Elegoo Neptune3Plus;0.12mm Fine @Elegoo Neptune3Plus"
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
"name": "0.12mm Fine @Elegoo N3Pro 0.4 nozzle",
|
||||
"layer_height": "0.12",
|
||||
"wall_loops": "3",
|
||||
"setting_id": "sxbVyUoQQwvDwEgm",
|
||||
"instantiation": "true",
|
||||
"renamed_from": "0.08mm Extra Fine @Elegoo Neptune3;0.08mm Extra Fine @Elegoo Neptune3Pro;0.12mm Fine @Elegoo Neptune3;0.12mm Fine @Elegoo Neptune3Pro"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"inherits": "0.20mm Standard @Elegoo N3Max 0.4 nozzle",
|
||||
"name": "0.16mm Optimal @Elegoo N3Max 0.4 nozzle",
|
||||
"layer_height": "0.16",
|
||||
"setting_id": "TCM0SNa96VA5Dx2H",
|
||||
"instantiation": "true",
|
||||
"renamed_from": "0.16mm Optimal @Elegoo Neptune3Max"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"inherits": "0.20mm Standard @Elegoo N3Plus 0.4 nozzle",
|
||||
"name": "0.16mm Optimal @Elegoo N3Plus 0.4 nozzle",
|
||||
"layer_height": "0.16",
|
||||
"setting_id": "WZhze0PkeqiyOdrj",
|
||||
"instantiation": "true",
|
||||
"renamed_from": "0.16mm Optimal @Elegoo Neptune3Plus"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"inherits": "0.20mm Standard @Elegoo N3Pro 0.4 nozzle",
|
||||
"name": "0.16mm Optimal @Elegoo N3Pro 0.4 nozzle",
|
||||
"layer_height": "0.16",
|
||||
"setting_id": "xSjvTTFHSiKGi5vc",
|
||||
"instantiation": "true",
|
||||
"renamed_from": "0.16mm Optimal @Elegoo Neptune3;0.16mm Optimal @Elegoo Neptune3Pro"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "PEN3Max04020",
|
||||
"setting_id": "YVbjgCkFSIfI9zDy",
|
||||
"name": "0.20mm Standard @Elegoo N3Max 0.4 nozzle",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_elegoo_04020",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "PEN3Plus04020",
|
||||
"setting_id": "t2QdKzmUAoGrZTl2",
|
||||
"name": "0.20mm Standard @Elegoo N3Plus 0.4 nozzle",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_elegoo_04020",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "PEN3Pro04020",
|
||||
"setting_id": "Z6E0SkSXvbyrgCwI",
|
||||
"name": "0.20mm Standard @Elegoo N3Pro 0.4 nozzle",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_elegoo_04020",
|
||||
|
||||
@@ -6,5 +6,6 @@
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"reduce_crossing_wall": "1",
|
||||
"wall_loops": "6",
|
||||
"setting_id": "F9cFxKIj5tmaKw0q",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -6,5 +6,6 @@
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"reduce_crossing_wall": "1",
|
||||
"wall_loops": "6",
|
||||
"setting_id": "dUTKuxKR2EutaNmT",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -6,5 +6,6 @@
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"reduce_crossing_wall": "1",
|
||||
"wall_loops": "6",
|
||||
"setting_id": "8A1LaTaH5mFRXIRT",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"inherits": "0.20mm Standard @Elegoo N3Max 0.4 nozzle",
|
||||
"name": "0.24mm Draft @Elegoo N3Max 0.4 nozzle",
|
||||
"layer_height": "0.24",
|
||||
"setting_id": "4cjFrdHJQUTXPlhY",
|
||||
"instantiation": "true",
|
||||
"renamed_from": "0.24mm Draft @Elegoo Neptune3Max"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"inherits": "0.20mm Standard @Elegoo N3Plus 0.4 nozzle",
|
||||
"name": "0.24mm Draft @Elegoo N3Plus 0.4 nozzle",
|
||||
"layer_height": "0.24",
|
||||
"setting_id": "YVe8MEaJXZUeE3h4",
|
||||
"instantiation": "true",
|
||||
"renamed_from": "0.24mm Draft @Elegoo Neptune3Plus"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"inherits": "0.20mm Standard @Elegoo N3Pro 0.4 nozzle",
|
||||
"name": "0.24mm Draft @Elegoo N3Pro 0.4 nozzle",
|
||||
"layer_height": "0.24",
|
||||
"setting_id": "D8EjvZ18sgk2kVfO",
|
||||
"instantiation": "true",
|
||||
"renamed_from": "0.24mm Draft @Elegoo Neptune3;0.24mm Draft @Elegoo Neptune3Pro"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"from": "system",
|
||||
"inherits": "0.40mm Standard @Elegoo N3Max 0.8 nozzle",
|
||||
"layer_height": "0.24",
|
||||
"settings_id": "PEN3Max08024",
|
||||
"setting_id": "AIFj2Nkig3Xe3f80",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"from": "system",
|
||||
"inherits": "0.40mm Standard @Elegoo N3Plus 0.8 nozzle",
|
||||
"layer_height": "0.24",
|
||||
"settings_id": "PEN3Plus08024",
|
||||
"setting_id": "Fo9SwcT3g26U1cJO",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.24mm Fine @Elegoo N3Pro 0.8 nozzle",
|
||||
"from": "system",
|
||||
"inherits": "0.40mm Standard @Elegoo N3Pro 0.8 nozzle",
|
||||
"setting_id": "QEh6pEz7MS4x51QA",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.24",
|
||||
"settings_id": "PEN3Pro08024"
|
||||
"layer_height": "0.24"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"from": "system",
|
||||
"inherits": "0.30mm Standard @Elegoo N3Max 0.6 nozzle",
|
||||
"layer_height": "0.24",
|
||||
"settings_id": "PEN3Max06024",
|
||||
"setting_id": "sRz0TXDOEWnLxXh5",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"from": "system",
|
||||
"inherits": "0.30mm Standard @Elegoo N3Plus 0.6 nozzle",
|
||||
"layer_height": "0.24",
|
||||
"settings_id": "PEN3Plus06024",
|
||||
"setting_id": "T7cpTs4IIK8zix8P",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"from": "system",
|
||||
"inherits": "0.30mm Standard @Elegoo N3Pro 0.6 nozzle",
|
||||
"layer_height": "0.24",
|
||||
"settings_id": "PEN3Pro06024",
|
||||
"setting_id": "T2QWt3peRdwFJFXE",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"inherits": "0.20mm Standard @Elegoo N3Max 0.4 nozzle",
|
||||
"name": "0.28mm Extra Draft @Elegoo N3Max 0.4 nozzle",
|
||||
"layer_height": "0.28",
|
||||
"setting_id": "nJX8mCa1nrWxYsEd",
|
||||
"instantiation": "true",
|
||||
"renamed_from": "0.28mm Extra Draft @Elegoo Neptune3Max"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"inherits": "0.20mm Standard @Elegoo N3Plus 0.4 nozzle",
|
||||
"name": "0.28mm Extra Draft @Elegoo N3Plus 0.4 nozzle",
|
||||
"layer_height": "0.28",
|
||||
"setting_id": "7ZbuPzdEsBEeZlOC",
|
||||
"instantiation": "true",
|
||||
"renamed_from": "0.28mm Extra Draft @Elegoo Neptune3Plus"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"inherits": "0.20mm Standard @Elegoo N3Pro 0.4 nozzle",
|
||||
"name": "0.28mm Extra Draft @Elegoo N3Pro 0.4 nozzle",
|
||||
"layer_height": "0.28",
|
||||
"setting_id": "pcBUWmShCb8ii1Ro",
|
||||
"instantiation": "true",
|
||||
"renamed_from": "0.28mm Extra Draft @Elegoo Neptune3;0.28mm Extra Draft @Elegoo Neptune3Pro"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"from": "system",
|
||||
"inherits": "0.50mm Standard @Elegoo N3Max 1.0 nozzle",
|
||||
"layer_height": "0.3",
|
||||
"settings_id": "PEN3Max10030",
|
||||
"setting_id": "HMDmYxoPgPEF3o2k",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"from": "system",
|
||||
"inherits": "0.50mm Standard @Elegoo N3Plus 1.0 nozzle",
|
||||
"layer_height": "0.3",
|
||||
"settings_id": "PEN3Plus10030",
|
||||
"setting_id": "nnGIKTAThcIjqiNY",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"from": "system",
|
||||
"inherits": "0.50mm Standard @Elegoo N3Pro 1.0 nozzle",
|
||||
"layer_height": "0.3",
|
||||
"settings_id": "PEN3Pro10030",
|
||||
"setting_id": "PGLk0C6CFjdJgUD2",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.30mm Standard @Elegoo N3Max 0.6 nozzle",
|
||||
"inherits": "fdm_process_elegoo_06030",
|
||||
"from": "system",
|
||||
"setting_id": "PEN3Max06030",
|
||||
"setting_id": "z1O6E4twbLkjJYv2",
|
||||
"instantiation": "true",
|
||||
"filename_format": "EN3Max_{nozzle_diameter[0]}_{input_filename_base}_{filament_name}_{layer_height}_{print_time}.gcode",
|
||||
"gap_infill_speed": "30",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.30mm Standard @Elegoo N3Plus 0.6 nozzle",
|
||||
"inherits": "fdm_process_elegoo_06030",
|
||||
"from": "system",
|
||||
"setting_id": "PEN3Plus06030",
|
||||
"setting_id": "RQWF0SuJbkGyjytK",
|
||||
"instantiation": "true",
|
||||
"filename_format": "EN3Plus_{nozzle_diameter[0]}_{input_filename_base}_{filament_name}_{layer_height}_{print_time}.gcode",
|
||||
"default_acceleration": "1000",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.30mm Standard @Elegoo N3Pro 0.6 nozzle",
|
||||
"inherits": "fdm_process_elegoo_06030",
|
||||
"from": "system",
|
||||
"setting_id": "PEN3Pro06030",
|
||||
"setting_id": "u2AAcGYVL3ni7bTp",
|
||||
"instantiation": "true",
|
||||
"filename_format": "EN3Pro_{nozzle_diameter[0]}_{input_filename_base}_{filament_name}_{layer_height}_{print_time}.gcode",
|
||||
"default_acceleration": "1000",
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"from": "system",
|
||||
"inherits": "0.40mm Standard @Elegoo N3Max 0.8 nozzle",
|
||||
"layer_height": "0.32",
|
||||
"settings_id": "PEN3Max08032",
|
||||
"setting_id": "EuI4NCtPdnDgCwod",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"from": "system",
|
||||
"inherits": "0.40mm Standard @Elegoo N3Plus 0.8 nozzle",
|
||||
"layer_height": "0.32",
|
||||
"settings_id": "PEN3Plus08032",
|
||||
"setting_id": "cWbafri96E6xdetF",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"from": "system",
|
||||
"inherits": "0.40mm Standard @Elegoo N3Pro 0.8 nozzle",
|
||||
"layer_height": "0.32",
|
||||
"settings_id": "PEN3Pro08032",
|
||||
"setting_id": "JyNhgxXpE3QGd22F",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"from": "system",
|
||||
"inherits": "0.30mm Standard @Elegoo N3Max 0.6 nozzle",
|
||||
"layer_height": "0.36",
|
||||
"settings_id": "PEN3Max06036",
|
||||
"setting_id": "lyUQ9qqdlT3xOjLa",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"from": "system",
|
||||
"inherits": "0.30mm Standard @Elegoo N3Plus 0.6 nozzle",
|
||||
"layer_height": "0.36",
|
||||
"settings_id": "PEN3Plus06036",
|
||||
"setting_id": "9fgmDydMRIQt1EMc",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"from": "system",
|
||||
"inherits": "0.30mm Standard @Elegoo N3Pro 0.6 nozzle",
|
||||
"layer_height": "0.36",
|
||||
"settings_id": "PEN3Pro06036",
|
||||
"setting_id": "y577AyAVfQm2t7MC",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"from": "system",
|
||||
"inherits": "0.50mm Standard @Elegoo N3Max 1.0 nozzle",
|
||||
"layer_height": "0.4",
|
||||
"settings_id": "PEN3Max10040",
|
||||
"setting_id": "SVth0sMD2ndZBpxW",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"from": "system",
|
||||
"inherits": "0.50mm Standard @Elegoo N3Plus 1.0 nozzle",
|
||||
"layer_height": "0.4",
|
||||
"settings_id": "PEN3Plus10040",
|
||||
"setting_id": "Bg9wsz7gRUfhdsxO",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"from": "system",
|
||||
"inherits": "0.50mm Standard @Elegoo N3Pro 1.0 nozzle",
|
||||
"layer_height": "0.4",
|
||||
"settings_id": "PEN3Pro10040",
|
||||
"setting_id": "TTj088WcmPAL0J2v",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.40mm Standard @Elegoo N3Max 0.8 nozzle",
|
||||
"inherits": "fdm_process_elegoo_08040",
|
||||
"from": "system",
|
||||
"setting_id": "PEN3Max08040",
|
||||
"setting_id": "QSzRaMgy7S9sJG2F",
|
||||
"instantiation": "true",
|
||||
"filename_format": "EN3Max_{nozzle_diameter[0]}_{input_filename_base}_{filament_name}_{layer_height}_{print_time}.gcode",
|
||||
"gap_infill_speed": "30",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.40mm Standard @Elegoo N3Plus 0.8 nozzle",
|
||||
"inherits": "fdm_process_elegoo_08040",
|
||||
"from": "system",
|
||||
"setting_id": "PEN3Plus08040",
|
||||
"setting_id": "UV4kQ6560POkQRvi",
|
||||
"instantiation": "true",
|
||||
"filename_format": "EN3Plus_{nozzle_diameter[0]}_{input_filename_base}_{filament_name}_{layer_height}_{print_time}.gcode",
|
||||
"default_acceleration": "1000",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.40mm Standard @Elegoo N3Pro 0.8 nozzle",
|
||||
"inherits": "fdm_process_elegoo_08040",
|
||||
"from": "system",
|
||||
"setting_id": "PEN3Pro08040",
|
||||
"setting_id": "gj5ZiVs0wSyLTN5a",
|
||||
"instantiation": "true",
|
||||
"filename_format": "EN3Pro_{nozzle_diameter[0]}_{input_filename_base}_{filament_name}_{layer_height}_{print_time}.gcode",
|
||||
"default_acceleration": "1000",
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"from": "system",
|
||||
"inherits": "0.30mm Standard @Elegoo N3Max 0.6 nozzle",
|
||||
"layer_height": "0.42",
|
||||
"settings_id": "PEN3Max06042",
|
||||
"setting_id": "q8wRFEbNbhFiR68s",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"from": "system",
|
||||
"inherits": "0.30mm Standard @Elegoo N3Plus 0.6 nozzle",
|
||||
"layer_height": "0.42",
|
||||
"settings_id": "PEN3Plus06042",
|
||||
"setting_id": "S3XpelIawW7YF0tp",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"from": "system",
|
||||
"inherits": "0.30mm Standard @Elegoo N3Pro 0.6 nozzle",
|
||||
"layer_height": "0.42",
|
||||
"settings_id": "PEN3Pro06042",
|
||||
"setting_id": "fZmtvPZ1k15dep6l",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"from": "system",
|
||||
"inherits": "0.40mm Standard @Elegoo N3Max 0.8 nozzle",
|
||||
"layer_height": "0.48",
|
||||
"settings_id": "PEN3Max08048",
|
||||
"setting_id": "xpdQ4VMjMsYWaLNA",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"from": "system",
|
||||
"inherits": "0.40mm Standard @Elegoo N3Plus 0.8 nozzle",
|
||||
"layer_height": "0.48",
|
||||
"settings_id": "PEN3Plus08048",
|
||||
"setting_id": "5H03Otf81sLLUkRT",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"from": "system",
|
||||
"inherits": "0.40mm Standard @Elegoo N3Pro 0.8 nozzle",
|
||||
"layer_height": "0.48",
|
||||
"settings_id": "PEN3Pro08048",
|
||||
"setting_id": "kC1SOTD5KAkOvmkd",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.50mm Standard @Elegoo N3Max 1.0 nozzle",
|
||||
"inherits": "fdm_process_elegoo_10050",
|
||||
"from": "system",
|
||||
"setting_id": "PEN3Max10050",
|
||||
"setting_id": "ebSwXa3yYyDzIDrI",
|
||||
"instantiation": "true",
|
||||
"filename_format": "EN3Max_{nozzle_diameter[0]}_{input_filename_base}_{filament_name}_{layer_height}_{print_time}.gcode",
|
||||
"gap_infill_speed": "30",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.50mm Standard @Elegoo N3Plus 1.0 nozzle",
|
||||
"inherits": "fdm_process_elegoo_10050",
|
||||
"from": "system",
|
||||
"setting_id": "PEN3Plus10050",
|
||||
"setting_id": "rUKQaYnp5ihWK96M",
|
||||
"instantiation": "true",
|
||||
"filename_format": "EN3Plus_{nozzle_diameter[0]}_{input_filename_base}_{filament_name}_{layer_height}_{print_time}.gcode",
|
||||
"default_acceleration": "1000",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.50mm Standard @Elegoo N3Pro 1.0 nozzle",
|
||||
"inherits": "fdm_process_elegoo_10050",
|
||||
"from": "system",
|
||||
"setting_id": "PEN3Pro10050",
|
||||
"setting_id": "Mkmgg4jTFaGvBJRe",
|
||||
"instantiation": "true",
|
||||
"filename_format": "EN3Pro_{nozzle_diameter[0]}_{input_filename_base}_{filament_name}_{layer_height}_{print_time}.gcode",
|
||||
"default_acceleration": "1000",
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"from": "system",
|
||||
"inherits": "0.50mm Standard @Elegoo N3Max 1.0 nozzle",
|
||||
"layer_height": "0.6",
|
||||
"settings_id": "PEN3Max10060",
|
||||
"setting_id": "VDAPQAbVmGJlCEUB",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"from": "system",
|
||||
"inherits": "0.50mm Standard @Elegoo N3Plus 1.0 nozzle",
|
||||
"layer_height": "0.6",
|
||||
"settings_id": "PEN3Plus10060",
|
||||
"setting_id": "M67oOpMsXtZzCcLQ",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"from": "system",
|
||||
"inherits": "0.50mm Standard @Elegoo N3Pro 1.0 nozzle",
|
||||
"layer_height": "0.6",
|
||||
"settings_id": "PEN3Pro10060",
|
||||
"setting_id": "FTb0W3wG9mNPkONL",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user