mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-13 20:17:49 +00:00
profiles: deterministic setting_id from vendor/type/name (#14432)
* profiles: enforce globally-unique, per-vendor-namespaced setting_id Many non-Bambu vendors copied Bambu's generic setting_ids (GFSA04 alone appeared in 1557 files), so setting_id was not globally unique. This namespaces every vendor's ids and reserves Bambu/OrcaFilamentLibrary space. - Reserve "G*" (Bambu) and "O*" (OrcaFilamentLibrary) id spaces. - Assign each other vendor a 2-char prefix (first+last letter, collision resolved) and renumber every instantiated preset to <PREFIX><NNNN>. - Strip setting_id from base profiles (instantiation:false) per Bambu's convention; assign one to instantiated presets that lacked it. - Remove the pre-existing misspelled "settings_id" key (91 files). - filament_id is left untouched (it is a per-material id). - Add one-time migration script scripts/assign_vendor_setting_ids.py with a persisted registry resources/profiles/vendor_prefixes.json. Re-runs freeze existing ids; only new vendors/profiles get new ids. - Bump version in each changed vendor index file. - Extend scripts/orca_extra_profile_check.py with a CI guard: global uniqueness, in-namespace, no base setting_id, no gaps, no settings_id typo. 7425 profile files changed across 61 vendors; 0 cross-vendor collisions; validator clean; migration idempotent. BBL and OrcaFilamentLibrary id spaces untouched. * profiles: add setting_id authoring guide for new vendors / profiles * profiles: drop in-repo README; setting_id guide now lives in the wiki * profiles: derive setting_id deterministically from vendor/type/name * bump profile version
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
"name": "Bambu ABS@Q2-Series",
|
||||
"inherits": "fdm_filament_q_common",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"filament_id": "GFB99",
|
||||
"instantiation": "false",
|
||||
"box_temperature_range_high": [
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFB99",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "Bambu ABS@Q2C-Series",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Bambu ABS @Qidi Q2 0.2 nozzle",
|
||||
"inherits": "Bambu ABS@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "k07dzTsKNkPQZdwr",
|
||||
"instantiation": "true",
|
||||
"chamber_temperatures": [
|
||||
"0"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Bambu ABS @Qidi Q2 0.4 nozzle",
|
||||
"inherits": "Bambu ABS@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "rT8ustbzQbtECttr",
|
||||
"instantiation": "true",
|
||||
"pressure_advance": [
|
||||
"0.03"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Bambu ABS @Qidi Q2 0.6 nozzle",
|
||||
"inherits": "Bambu ABS@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "gzSb959KICj0XbkH",
|
||||
"instantiation": "true",
|
||||
"nozzle_temperature": [
|
||||
"250"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Bambu ABS @Qidi Q2 0.8 nozzle",
|
||||
"inherits": "Bambu ABS@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "0eP7UhT4gbchwFvv",
|
||||
"instantiation": "true",
|
||||
"nozzle_temperature": [
|
||||
"250"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "yHD2P97YYI869y1a",
|
||||
"name": "Bambu ABS @Qidi Q2C 0.2 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "dIUVKJDEofMGqc8C",
|
||||
"name": "Bambu ABS @Qidi Q2C 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "0leYv1TdNe38wFpf",
|
||||
"name": "Bambu ABS @Qidi Q2C 0.6 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "BvoaoxjqBQLvupeM",
|
||||
"name": "Bambu ABS @Qidi Q2C 0.8 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
"name": "Bambu PETG@Q2-Series",
|
||||
"inherits": "fdm_filament_q_common",
|
||||
"from": "system",
|
||||
"setting_id": "GFSG99",
|
||||
"filament_id": "GFG99",
|
||||
"instantiation": "false",
|
||||
"box_temperature_range_high": [
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFG99",
|
||||
"setting_id": "GFSG99",
|
||||
"name": "Bambu PETG@Q2C-Series",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Bambu PETG @Qidi Q2 0.2 nozzle",
|
||||
"inherits": "Bambu PETG@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSG99",
|
||||
"setting_id": "7AO8j6OgpjvRpa6m",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"1"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Bambu PETG @Qidi Q2 0.4 nozzle",
|
||||
"inherits": "Bambu PETG@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSG99",
|
||||
"setting_id": "8jm8qn5x5Kop8YgM",
|
||||
"instantiation": "true",
|
||||
"pressure_advance": [
|
||||
"0.056"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Bambu PETG @Qidi Q2 0.6 nozzle",
|
||||
"inherits": "Bambu PETG@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSG99",
|
||||
"setting_id": "yKVcpVja9ajirE24",
|
||||
"instantiation": "true",
|
||||
"pressure_advance": [
|
||||
"0.04"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Bambu PETG @Qidi Q2 0.8 nozzle",
|
||||
"inherits": "Bambu PETG@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSG99",
|
||||
"setting_id": "ZXkamNJiqutzbAxM",
|
||||
"instantiation": "true",
|
||||
"pressure_advance": [
|
||||
"0.04"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSG99",
|
||||
"setting_id": "DR6lPjo6HXfJPRev",
|
||||
"name": "Bambu PETG @Qidi Q2C 0.2 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSG99",
|
||||
"setting_id": "abyo9tUNfJ41WD2x",
|
||||
"name": "Bambu PETG @Qidi Q2C 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSG99",
|
||||
"setting_id": "cG6FXCNr8n34Asel",
|
||||
"name": "Bambu PETG @Qidi Q2C 0.6 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSG99",
|
||||
"setting_id": "3Opgt1lYHnCWi4G6",
|
||||
"name": "Bambu PETG @Qidi Q2C 0.8 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
"name": "Bambu PLA@Q2-Series",
|
||||
"inherits": "fdm_filament_q_common",
|
||||
"from": "system",
|
||||
"setting_id": "GFSL99",
|
||||
"filament_id": "GFL99",
|
||||
"instantiation": "false",
|
||||
"filament_adhesiveness_category": [
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFL99",
|
||||
"setting_id": "GFSL99",
|
||||
"name": "Bambu PLA@Q2C-Series",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Bambu PLA @Qidi Q2 0.2 nozzle",
|
||||
"inherits": "Bambu PLA@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSL99",
|
||||
"setting_id": "kDmiLRtJSeB8O4WO",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"2"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Bambu PLA @Qidi Q2 0.4 nozzle",
|
||||
"inherits": "Bambu PLA@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSL99",
|
||||
"setting_id": "4m5Qtxbukdt8fJrY",
|
||||
"instantiation": "true",
|
||||
"pressure_advance": [
|
||||
"0.034"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Bambu PLA @Qidi Q2 0.6 nozzle",
|
||||
"inherits": "Bambu PLA@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSL99",
|
||||
"setting_id": "ox3UVuRnH7x1B43m",
|
||||
"instantiation": "true",
|
||||
"pressure_advance": [
|
||||
"0.016"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Bambu PLA @Qidi Q2 0.8 nozzle",
|
||||
"inherits": "Bambu PLA@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSL99",
|
||||
"setting_id": "ayLDF3Bvdg5OCCa9",
|
||||
"instantiation": "true",
|
||||
"pressure_advance": [
|
||||
"0.008"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSL99",
|
||||
"setting_id": "WIoSfzFsVr63PIJn",
|
||||
"name": "Bambu PLA @Qidi Q2C 0.2 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSL99",
|
||||
"setting_id": "6R2VF4VRx4OsEAIr",
|
||||
"name": "Bambu PLA @Qidi Q2C 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSL99",
|
||||
"setting_id": "4nf4gNkkvFnDbzRa",
|
||||
"name": "Bambu PLA @Qidi Q2C 0.6 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSL99",
|
||||
"setting_id": "CHcUut3zMsRJAIcx",
|
||||
"name": "Bambu PLA @Qidi Q2C 0.8 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
"name": "Generic ABS@Q2-Series",
|
||||
"inherits": "fdm_filament_q_common",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"filament_id": "QD_1_0_11",
|
||||
"instantiation": "false",
|
||||
"box_temperature_range_high": [
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "QD_2_0_11",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "Generic ABS@Q2C-Series",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Generic ABS @Qidi Q2 0.2 nozzle",
|
||||
"inherits": "Generic ABS@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "EJWpwgZ8OPbA7oFA",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"2"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Generic ABS @Qidi Q2 0.4 nozzle",
|
||||
"inherits": "Generic ABS@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "4xAZYpgdcuG5Gw2u",
|
||||
"instantiation": "true",
|
||||
"pressure_advance": [
|
||||
"0.03"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Generic ABS @Qidi Q2 0.6 nozzle",
|
||||
"inherits": "Generic ABS@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "K2ccIrgJE3wRUxJw",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"24.5"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Generic ABS @Qidi Q2 0.8 nozzle",
|
||||
"inherits": "Generic ABS@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "xhVIdraWk22ElOGB",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"24.5"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "fcId8eFG20nodipB",
|
||||
"name": "Generic ABS @Qidi Q2C 0.2 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "nCmyUKILQpR1nypd",
|
||||
"name": "Generic ABS @Qidi Q2C 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "7wsHMKJwQfUfZ3za",
|
||||
"name": "Generic ABS @Qidi Q2C 0.6 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "XLORH5X2VLIxTozv",
|
||||
"name": "Generic ABS @Qidi Q2C 0.8 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
"name": "Generic PC@Q2-Series",
|
||||
"inherits": "fdm_filament_q_common",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"filament_id": "QD_1_0_23",
|
||||
"instantiation": "false",
|
||||
"box_temperature_range_high": [
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "QD_2_0_23",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "Generic PC@Q2C-Series",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Generic PC @Qidi Q2 0.2 nozzle",
|
||||
"inherits": "Generic PC@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "E9Q7aCypZ279BmgX",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
"0.94"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Generic PC @Qidi Q2 0.4 nozzle",
|
||||
"inherits": "Generic PC@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "RqwB0xjTgL69hn3a",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Generic PC @Qidi Q2 0.6 nozzle",
|
||||
"inherits": "Generic PC@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "SOrvDqbjHy0trZSD",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Generic PC @Qidi Q2 0.8 nozzle",
|
||||
"inherits": "Generic PC@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "z4Ut7w6XMiJqi0Ji",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "khy9tY2jZWHSlIYt",
|
||||
"name": "Generic PC @Qidi Q2C 0.2 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "Wcm3rVsaUpou9xRq",
|
||||
"name": "Generic PC @Qidi Q2C 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "8pHle7WRU4FL2qfo",
|
||||
"name": "Generic PC @Qidi Q2C 0.6 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "ymIxEf9ioip57TML",
|
||||
"name": "Generic PC @Qidi Q2C 0.8 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
"name": "Generic PETG@Q2-Series",
|
||||
"inherits": "fdm_filament_q_common",
|
||||
"from": "system",
|
||||
"setting_id": "GFSG99",
|
||||
"filament_id": "QD_1_0_41",
|
||||
"instantiation": "false",
|
||||
"box_temperature_range_high": [
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "QD_2_0_41",
|
||||
"setting_id": "GFSG99",
|
||||
"name": "Generic PETG@Q2C-Series",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Generic PETG @Qidi Q2 0.2 nozzle",
|
||||
"inherits": "Generic PETG@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSG99",
|
||||
"setting_id": "MZFU0ZIPjWpgS435",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"1"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Generic PETG @Qidi Q2 0.4 nozzle",
|
||||
"inherits": "Generic PETG@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSG99",
|
||||
"setting_id": "uz9sYXnJt93eY8A4",
|
||||
"instantiation": "true",
|
||||
"pressure_advance": [
|
||||
"0.056"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Generic PETG @Qidi Q2 0.6 nozzle",
|
||||
"inherits": "Generic PETG@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSG99",
|
||||
"setting_id": "qqhljlg48IjYwXDs",
|
||||
"instantiation": "true",
|
||||
"pressure_advance": [
|
||||
"0.04"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Generic PETG @Qidi Q2 0.8 nozzle",
|
||||
"inherits": "Generic PETG@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSG99",
|
||||
"setting_id": "jzIMyjJivnSAXhom",
|
||||
"instantiation": "true",
|
||||
"pressure_advance": [
|
||||
"0.04"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSG99",
|
||||
"setting_id": "IcynzuX5ojXgX2dk",
|
||||
"name": "Generic PETG @Qidi Q2C 0.2 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSG99",
|
||||
"setting_id": "7QauCi8rhighWkri",
|
||||
"name": "Generic PETG @Qidi Q2C 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSG99",
|
||||
"setting_id": "AM1y4FYs7fv4WTTo",
|
||||
"name": "Generic PETG @Qidi Q2C 0.6 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSG99",
|
||||
"setting_id": "b3TpL9kGWf1wSydw",
|
||||
"name": "Generic PETG @Qidi Q2C 0.8 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
"name": "Generic PLA@Q2-Series",
|
||||
"inherits": "fdm_filament_q_common",
|
||||
"from": "system",
|
||||
"setting_id": "GFSL99",
|
||||
"filament_id": "QD_1_0_1",
|
||||
"instantiation": "false",
|
||||
"additional_cooling_fan_speed": [
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "QD_2_0_1",
|
||||
"setting_id": "GFSL99",
|
||||
"name": "Generic PLA@Q2C-Series",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Generic PLA @Qidi Q2 0.2 nozzle",
|
||||
"inherits": "Generic PLA@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSL99",
|
||||
"setting_id": "Xu74nlBWPIpq34Ix",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"2"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Generic PLA @Qidi Q2 0.4 nozzle",
|
||||
"inherits": "Generic PLA@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSL99",
|
||||
"setting_id": "5a3TbkJQXJmFQgPU",
|
||||
"instantiation": "true",
|
||||
"pressure_advance": [
|
||||
"0.034"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Generic PLA @Qidi Q2 0.6 nozzle",
|
||||
"inherits": "Generic PLA@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSL99",
|
||||
"setting_id": "WZyL3qjBW8aZXXbq",
|
||||
"instantiation": "true",
|
||||
"pressure_advance": [
|
||||
"0.016"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Generic PLA @Qidi Q2 0.8 nozzle",
|
||||
"inherits": "Generic PLA@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSL99",
|
||||
"setting_id": "qqdkpr73SubpHEBs",
|
||||
"instantiation": "true",
|
||||
"pressure_advance": [
|
||||
"0.008"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSL99",
|
||||
"setting_id": "CWSMY19Jhd6LzFUN",
|
||||
"name": "Generic PLA @Qidi Q2C 0.2 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSL99",
|
||||
"setting_id": "kraVpglrBGD9sQyx",
|
||||
"name": "Generic PLA @Qidi Q2C 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSL99",
|
||||
"setting_id": "0DL2rwUIpvOFPKE0",
|
||||
"name": "Generic PLA @Qidi Q2C 0.6 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSL99",
|
||||
"setting_id": "wtOTxeDyt3j7HsQD",
|
||||
"name": "Generic PLA @Qidi Q2C 0.8 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
"name": "Generic PLA Silk@Q2-Series",
|
||||
"inherits": "fdm_filament_q_common",
|
||||
"from": "system",
|
||||
"setting_id": "GFSL99_01",
|
||||
"filament_id": "QD_1_0_4",
|
||||
"instantiation": "false",
|
||||
"additional_cooling_fan_speed": [
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "QD_2_0_4",
|
||||
"setting_id": "GFSL99_01",
|
||||
"name": "Generic PLA Silk@Q2C-Series",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Generic PLA Silk @Qidi Q2 0.4 nozzle",
|
||||
"inherits": "Generic PLA Silk@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSL99_01",
|
||||
"setting_id": "D0kRrF3bQSZvs0dA",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Qidi Q2 0.4 nozzle"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Generic PLA Silk @Qidi Q2 0.6 nozzle",
|
||||
"inherits": "Generic PLA Silk@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSL99_01",
|
||||
"setting_id": "aDLepQfXlpjIPYfY",
|
||||
"instantiation": "true",
|
||||
"pressure_advance": [
|
||||
"0.014"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSL99_01",
|
||||
"setting_id": "tsr5C6eghwRIitda",
|
||||
"name": "Generic PLA Silk @Qidi Q2C 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSL99_01",
|
||||
"setting_id": "5V4coBYC2JEZQSbX",
|
||||
"name": "Generic PLA Silk @Qidi Q2C 0.6 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
"name": "Generic PLA+@Q2-Series",
|
||||
"inherits": "fdm_filament_q_common",
|
||||
"from": "system",
|
||||
"setting_id": "GFSL99",
|
||||
"filament_id": "GFL99",
|
||||
"instantiation": "false",
|
||||
"additional_cooling_fan_speed": [
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFL99",
|
||||
"setting_id": "GFSL99",
|
||||
"name": "Generic PLA+@Q2C-Series",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Generic PLA+ @Qidi Q2 0.2 nozzle",
|
||||
"inherits": "Generic PLA+@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSL99",
|
||||
"setting_id": "0CGp5pTYUipUZH9t",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"2"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Generic PLA+ @Qidi Q2 0.4 nozzle",
|
||||
"inherits": "Generic PLA+@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSL99",
|
||||
"setting_id": "7oSZal6SCo4OtiB3",
|
||||
"instantiation": "true",
|
||||
"pressure_advance": [
|
||||
"0.034"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Generic PLA+ @Qidi Q2 0.6 nozzle",
|
||||
"inherits": "Generic PLA+@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSL99",
|
||||
"setting_id": "nA9GQTkjSXojeH1I",
|
||||
"instantiation": "true",
|
||||
"pressure_advance": [
|
||||
"0.016"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Generic PLA+ @Qidi Q2 0.8 nozzle",
|
||||
"inherits": "Generic PLA+@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSL99",
|
||||
"setting_id": "njN1ifYSUyLzPjo1",
|
||||
"instantiation": "true",
|
||||
"pressure_advance": [
|
||||
"0.008"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSL99",
|
||||
"setting_id": "cP5qtEGISpluvrXW",
|
||||
"name": "Generic PLA+ @Qidi Q2C 0.2 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSL99",
|
||||
"setting_id": "INOTrdxOY3ewHs3Z",
|
||||
"name": "Generic PLA+ @Qidi Q2C 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSL99",
|
||||
"setting_id": "QWeloGY9T9GkaFK1",
|
||||
"name": "Generic PLA+ @Qidi Q2C 0.6 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSL99",
|
||||
"setting_id": "C2oqTFXtdd2clnM3",
|
||||
"name": "Generic PLA+ @Qidi Q2C 0.8 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
"name": "Generic TPU 95A@Q2-Series",
|
||||
"inherits": "fdm_filament_q_common",
|
||||
"from": "system",
|
||||
"setting_id": "GFSR99",
|
||||
"filament_id": "QD_1_0_50",
|
||||
"instantiation": "false",
|
||||
"filament_adhesiveness_category": [
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "QD_2_0_50",
|
||||
"setting_id": "GFSR99",
|
||||
"name": "Generic TPU 95A@Q2C-Series",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Generic TPU 95A @Qidi Q2 0.4 nozzle",
|
||||
"inherits": "Generic TPU 95A@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSR99",
|
||||
"setting_id": "5axszAjnZIipFG0x",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Qidi Q2 0.4 nozzle"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Generic TPU 95A @Qidi Q2 0.6 nozzle",
|
||||
"inherits": "Generic TPU 95A@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSR99",
|
||||
"setting_id": "X8UakUz9froeOdOG",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Qidi Q2 0.6 nozzle"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Generic TPU 95A @Qidi Q2 0.8 nozzle",
|
||||
"inherits": "Generic TPU 95A@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSR99",
|
||||
"setting_id": "kPew5LiROoFxJPKj",
|
||||
"instantiation": "true",
|
||||
"nozzle_temperature": [
|
||||
"220"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSR99",
|
||||
"setting_id": "HeDaMTs4C6suBJvO",
|
||||
"name": "Generic TPU 95A @Qidi Q2C 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSR99",
|
||||
"setting_id": "TOHG37PMxN9MzVub",
|
||||
"name": "Generic TPU 95A @Qidi Q2C 0.6 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSR99",
|
||||
"setting_id": "HqURiXvBLRyvLAxP",
|
||||
"name": "Generic TPU 95A @Qidi Q2C 0.8 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
"name": "HATCHBOX ABS@Q2-Series",
|
||||
"inherits": "fdm_filament_q_common",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"filament_id": "GFB99",
|
||||
"instantiation": "false",
|
||||
"box_temperature_range_high": [
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFB99",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "HATCHBOX ABS@Q2C-Series",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "HATCHBOX ABS @Qidi Q2 0.2 nozzle",
|
||||
"inherits": "HATCHBOX ABS@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "3crqR4Lq2v0nbSSF",
|
||||
"instantiation": "true",
|
||||
"chamber_temperatures": [
|
||||
"0"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "HATCHBOX ABS @Qidi Q2 0.4 nozzle",
|
||||
"inherits": "HATCHBOX ABS@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "ktvlByc5ZYr6wZ7L",
|
||||
"instantiation": "true",
|
||||
"pressure_advance": [
|
||||
"0.03"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "HATCHBOX ABS @Qidi Q2 0.6 nozzle",
|
||||
"inherits": "HATCHBOX ABS@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "yk6xtgojznV3KVMb",
|
||||
"instantiation": "true",
|
||||
"nozzle_temperature": [
|
||||
"250"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "HATCHBOX ABS @Qidi Q2 0.8 nozzle",
|
||||
"inherits": "HATCHBOX ABS@Q2-Series",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "o9ZNdbNvwCA02wrr",
|
||||
"instantiation": "true",
|
||||
"nozzle_temperature": [
|
||||
"250"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user