Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: duplicate setting id and error vendor #4602

Merged
merged 1 commit into from
Aug 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions resources/profiles/Qidi/filament/Generic ABS @Qidi.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
],
"filament_density":[
"1.04"
],
"filament_vendor": [
"Generic"
],
"compatible_printers": [
"Qidi X-Plus 0.2 nozzle",
Expand Down
3 changes: 3 additions & 0 deletions resources/profiles/Qidi/filament/Generic ASA @Qidi.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
],
"pressure_advance": [
"0.021"
],
"filament_vendor": [
"Generic"
],
"compatible_printers": [
"Qidi X-Plus 0.2 nozzle",
Expand Down
3 changes: 3 additions & 0 deletions resources/profiles/Qidi/filament/Generic PA @Qidi.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"pressure_advance": [
"0.01"
],
"filament_vendor": [
"Generic"
],
"compatible_printers": [
"Qidi X-Plus 0.4 nozzle",
"Qidi X-Max 0.4 nozzle",
Expand Down
3 changes: 3 additions & 0 deletions resources/profiles/Qidi/filament/Generic PA-CF @Qidi.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
"pressure_advance": [
"0.01"
],
"filament_vendor": [
"Generic"
],
"compatible_printers": [
"Qidi X-Plus 0.4 nozzle",
"Qidi X-Max 0.4 nozzle",
Expand Down
3 changes: 3 additions & 0 deletions resources/profiles/Qidi/filament/Generic PC @Qidi.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"pressure_advance": [
"0.04"
],
"filament_vendor": [
"Generic"
],
"compatible_printers": [
"Qidi X-Plus 0.4 nozzle",
"Qidi X-Max 0.4 nozzle",
Expand Down
3 changes: 3 additions & 0 deletions resources/profiles/Qidi/filament/Generic PETG @Qidi.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
"filament_density":[
"1.27"
],
"filament_vendor": [
"Generic"
],
"compatible_printers": [
"Qidi X-Plus 0.2 nozzle",
"Qidi X-Max 0.2 nozzle",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"40"
],
"filament_vendor": [
"Other brand"
"Generic"
],
"filament_type": [
"PETG-CF"
Expand Down
3 changes: 3 additions & 0 deletions resources/profiles/Qidi/filament/Generic PLA @Qidi.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
],
"pressure_advance": [
"0.031"
],
"filament_vendor": [
"Generic"
],
"compatible_printers": [
"Qidi X-Plus 0.2 nozzle",
Expand Down
3 changes: 3 additions & 0 deletions resources/profiles/Qidi/filament/Generic PLA Silk @Qidi.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
],
"hot_plate_temp" : [
"55"
],
"filament_vendor": [
"Generic"
],
"compatible_printers": [
"Qidi X-Plus 0.2 nozzle",
Expand Down
3 changes: 3 additions & 0 deletions resources/profiles/Qidi/filament/Generic PLA-CF @Qidi.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
"nozzle_temperature_range_high": [
"240"
],
"filament_vendor": [
"Generic"
],
"compatible_printers": [
"Qidi X-Plus 0.2 nozzle",
"Qidi X-Max 0.2 nozzle",
Expand Down
3 changes: 3 additions & 0 deletions resources/profiles/Qidi/filament/Generic PVA @Qidi.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"slow_down_min_speed": [
"10"
],
"filament_vendor": [
"Generic"
],
"compatible_printers": [
"Qidi X-Plus 0.2 nozzle",
"Qidi X-Max 0.2 nozzle",
Expand Down
3 changes: 3 additions & 0 deletions resources/profiles/Qidi/filament/Generic TPU @Qidi.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
],
"nozzle_temperature": [
"230"
],
"filament_vendor": [
"Generic"
],
"compatible_printers": [
"Qidi X-Plus 0.4 nozzle",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "filament",
"filament_id": "GFB00",
"setting_id": "GFSB00_Qidi_22",
"setting_id": "GFSB00_Qidi_25",
"name": "QIDI ABS-GF25 @Qidi Q1 Pro 0.4 nozzle",
"from": "system",
"instantiation": "true",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP037",
"setting_id": "GP_Qidi_037",
"name": "0.18mm Standard @Qidi Q1 Pro 0.6 nozzle",
"from": "system",
"instantiation": "true",
Expand Down
Loading