diff --git a/.github/workflows/check_profiles.yml b/.github/workflows/check_profiles.yml index 9a5272a314..15d6c6ba54 100644 --- a/.github/workflows/check_profiles.yml +++ b/.github/workflows/check_profiles.yml @@ -57,6 +57,20 @@ jobs: set +e ./OrcaSlicer_profile_validator -p ${{ github.workspace }}/resources/profiles -l 2 -v BBL -f 2>&1 | tee ${{ runner.temp }}/validate_filament_subtypes.log exit ${PIPESTATUS[0]} + # Flag inherits/compatible_printers/compatible_prints references that point at a deleted or + # renamed preset. Opt-in per vendor for now (via -r); enabled for BBL and Qidi until other + # vendors' profiles are cleaned up. Runs before the custom-preset injection below. + - name: validate preset references for BBL and Qidi profiles + id: validate_preset_references + continue-on-error: true + run: | + set +e + rc=0 + for v in BBL Qidi; do + ./OrcaSlicer_profile_validator -p ${{ github.workspace }}/resources/profiles -l 2 -v "$v" -r 2>&1 | tee -a ${{ runner.temp }}/validate_preset_references.log + [ ${PIPESTATUS[0]} -ne 0 ] && rc=1 + done + exit $rc - name: validate custom presets id: validate_custom @@ -76,7 +90,7 @@ jobs: echo "${{ github.event.pull_request.number }}" > ${{ runner.temp }}/profile-check-results/pr_number.txt - name: Prepare comment artifact - if: ${{ always() && github.event_name == 'pull_request' && (steps.extra_json_check.outcome == 'failure' || steps.validate_system.outcome == 'failure' || steps.validate_filament_subtypes.outcome == 'failure' || steps.validate_custom.outcome == 'failure') }} + if: ${{ always() && github.event_name == 'pull_request' && (steps.extra_json_check.outcome == 'failure' || steps.validate_system.outcome == 'failure' || steps.validate_filament_subtypes.outcome == 'failure' || steps.validate_preset_references.outcome == 'failure' || steps.validate_custom.outcome == 'failure') }} run: | { # Marker matched by check_profiles_comment.yml to delete prior comments. @@ -111,6 +125,15 @@ jobs: echo "" fi + if [ "${{ steps.validate_preset_references.outcome }}" = "failure" ]; then + echo "### BBL/Qidi Preset Reference Validation Failed" + echo "" + echo '```' + head -c 30000 ${{ runner.temp }}/validate_preset_references.log || echo "No output captured" + echo '```' + echo "" + fi + if [ "${{ steps.validate_custom.outcome }}" = "failure" ]; then echo "### Custom Preset Validation Failed" echo "" @@ -133,7 +156,7 @@ jobs: retention-days: 1 - name: Fail if any check failed - if: ${{ always() && (steps.extra_json_check.outcome == 'failure' || steps.validate_system.outcome == 'failure' || steps.validate_filament_subtypes.outcome == 'failure' || steps.validate_custom.outcome == 'failure') }} + if: ${{ always() && (steps.extra_json_check.outcome == 'failure' || steps.validate_system.outcome == 'failure' || steps.validate_filament_subtypes.outcome == 'failure' || steps.validate_preset_references.outcome == 'failure' || steps.validate_custom.outcome == 'failure') }} run: | echo "One or more profile checks failed. See above for details." exit 1 diff --git a/resources/profiles/Qidi.json b/resources/profiles/Qidi.json index 5831a94e2c..9b3eeedca3 100644 --- a/resources/profiles/Qidi.json +++ b/resources/profiles/Qidi.json @@ -1,6 +1,6 @@ { "name": "Qidi", - "version": "02.04.00.05", + "version": "02.04.00.06", "force_update": "0", "description": "Qidi configurations", "machine_model_list": [ diff --git a/resources/profiles/Qidi/filament/Bambu ABS @0.2 nozzle.json b/resources/profiles/Qidi/filament/Bambu ABS @0.2 nozzle.json index 49320e218a..5a6b2f07b2 100644 --- a/resources/profiles/Qidi/filament/Bambu ABS @0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu ABS @0.2 nozzle.json @@ -19,9 +19,6 @@ "2" ], "compatible_printers": [ - "Qidi X-Plus 0.2 nozzle", - "Qidi X-Max 0.2 nozzle", - "Qidi X-CF Pro 0.2 nozzle", "Qidi X-Smart 3 0.2 nozzle", "Qidi X-Plus 3 0.2 nozzle", "Qidi X-Max 3 0.2 nozzle" diff --git a/resources/profiles/Qidi/filament/Bambu ABS @0.6 nozzle.json b/resources/profiles/Qidi/filament/Bambu ABS @0.6 nozzle.json index fee65970b0..1a6930ff43 100644 --- a/resources/profiles/Qidi/filament/Bambu ABS @0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu ABS @0.6 nozzle.json @@ -13,9 +13,6 @@ "0.014" ], "compatible_printers": [ - "Qidi X-Plus 0.6 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle" diff --git a/resources/profiles/Qidi/filament/Bambu ABS @0.8 nozzle.json b/resources/profiles/Qidi/filament/Bambu ABS @0.8 nozzle.json index 09f1fb1695..9ceb5904ff 100644 --- a/resources/profiles/Qidi/filament/Bambu ABS @0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu ABS @0.8 nozzle.json @@ -25,9 +25,6 @@ "10" ], "compatible_printers": [ - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/Bambu PETG @0.2 nozzle.json b/resources/profiles/Qidi/filament/Bambu PETG @0.2 nozzle.json index 4dae9d8980..c1b4ec3fc1 100644 --- a/resources/profiles/Qidi/filament/Bambu PETG @0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu PETG @0.2 nozzle.json @@ -46,9 +46,6 @@ "1" ], "compatible_printers": [ - "Qidi X-Plus 0.2 nozzle", - "Qidi X-Max 0.2 nozzle", - "Qidi X-CF Pro 0.2 nozzle", "Qidi X-Smart 3 0.2 nozzle", "Qidi X-Plus 3 0.2 nozzle", "Qidi X-Max 3 0.2 nozzle", diff --git a/resources/profiles/Qidi/filament/Bambu PETG @0.6 nozzle.json b/resources/profiles/Qidi/filament/Bambu PETG @0.6 nozzle.json index ba727b25b8..e97ce167f1 100644 --- a/resources/profiles/Qidi/filament/Bambu PETG @0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu PETG @0.6 nozzle.json @@ -46,9 +46,6 @@ "10" ], "compatible_printers": [ - "Qidi X-Plus 0.6 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle" diff --git a/resources/profiles/Qidi/filament/Bambu PETG @0.8 nozzle.json b/resources/profiles/Qidi/filament/Bambu PETG @0.8 nozzle.json index 5014051e99..ca2475da91 100644 --- a/resources/profiles/Qidi/filament/Bambu PETG @0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu PETG @0.8 nozzle.json @@ -46,9 +46,6 @@ "10" ], "compatible_printers": [ - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/Bambu PLA @0.2 nozzle.json b/resources/profiles/Qidi/filament/Bambu PLA @0.2 nozzle.json index dd01a68668..95434aff3a 100644 --- a/resources/profiles/Qidi/filament/Bambu PLA @0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu PLA @0.2 nozzle.json @@ -19,9 +19,6 @@ "2" ], "compatible_printers": [ - "Qidi X-Plus 0.2 nozzle", - "Qidi X-Max 0.2 nozzle", - "Qidi X-CF Pro 0.2 nozzle", "Qidi X-Smart 3 0.2 nozzle", "Qidi X-Plus 3 0.2 nozzle", "Qidi X-Max 3 0.2 nozzle" diff --git a/resources/profiles/Qidi/filament/Bambu PLA @0.6 nozzle.json b/resources/profiles/Qidi/filament/Bambu PLA @0.6 nozzle.json index a21fcdd1b8..ea5ef9b75d 100644 --- a/resources/profiles/Qidi/filament/Bambu PLA @0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu PLA @0.6 nozzle.json @@ -22,9 +22,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 0.6 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle" diff --git a/resources/profiles/Qidi/filament/Bambu PLA @0.8 nozzle.json b/resources/profiles/Qidi/filament/Bambu PLA @0.8 nozzle.json index 5116b08e50..3d978affa5 100644 --- a/resources/profiles/Qidi/filament/Bambu PLA @0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Bambu PLA @0.8 nozzle.json @@ -22,9 +22,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi 0.2 nozzle.json b/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi 0.2 nozzle.json index c2a838f36e..37749f7ca1 100644 --- a/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi 0.2 nozzle.json @@ -19,9 +19,6 @@ "2" ], "compatible_printers": [ - "Qidi X-Plus 0.2 nozzle", - "Qidi X-Max 0.2 nozzle", - "Qidi X-CF Pro 0.2 nozzle", "Qidi X-Smart 3 0.2 nozzle", "Qidi X-Plus 3 0.2 nozzle", "Qidi X-Max 3 0.2 nozzle" diff --git a/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi 0.6 nozzle.json b/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi 0.6 nozzle.json index d81164ca79..7aea599422 100644 --- a/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi 0.6 nozzle.json @@ -13,9 +13,6 @@ "0.014" ], "compatible_printers": [ - "Qidi X-Plus 0.6 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle" diff --git a/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi 0.8 nozzle.json b/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi 0.8 nozzle.json index d18a295fe2..2a465f6e24 100644 --- a/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/HATCHBOX ABS @Qidi 0.8 nozzle.json @@ -25,9 +25,6 @@ "10" ], "compatible_printers": [ - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi 0.2 nozzle.json b/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi 0.2 nozzle.json index f62408c77a..ffb2cc0e34 100644 --- a/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi 0.2 nozzle.json @@ -46,9 +46,6 @@ "1" ], "compatible_printers": [ - "Qidi X-Plus 0.2 nozzle", - "Qidi X-Max 0.2 nozzle", - "Qidi X-CF Pro 0.2 nozzle", "Qidi X-Smart 3 0.2 nozzle", "Qidi X-Plus 3 0.2 nozzle", "Qidi X-Max 3 0.2 nozzle", diff --git a/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi 0.6 nozzle.json b/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi 0.6 nozzle.json index cb8360eb88..e6b90b25f2 100644 --- a/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi 0.6 nozzle.json @@ -46,9 +46,6 @@ "10" ], "compatible_printers": [ - "Qidi X-Plus 0.6 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle" diff --git a/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi 0.8 nozzle.json b/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi 0.8 nozzle.json index 6f795a2d1a..6a763393a7 100644 --- a/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/HATCHBOX PETG @Qidi 0.8 nozzle.json @@ -46,9 +46,6 @@ "10" ], "compatible_printers": [ - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi 0.2 nozzle.json b/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi 0.2 nozzle.json index 88654fc93f..679eb2b2f1 100644 --- a/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi 0.2 nozzle.json @@ -19,9 +19,6 @@ "2" ], "compatible_printers": [ - "Qidi X-Plus 0.2 nozzle", - "Qidi X-Max 0.2 nozzle", - "Qidi X-CF Pro 0.2 nozzle", "Qidi X-Smart 3 0.2 nozzle", "Qidi X-Plus 3 0.2 nozzle", "Qidi X-Max 3 0.2 nozzle" diff --git a/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi 0.6 nozzle.json b/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi 0.6 nozzle.json index 9c7fd6a7f0..b891604161 100644 --- a/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi 0.6 nozzle.json @@ -22,9 +22,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 0.6 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle" diff --git a/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi 0.8 nozzle.json b/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi 0.8 nozzle.json index ad2f0ea5ca..af0f830e19 100644 --- a/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/HATCHBOX PLA @Qidi 0.8 nozzle.json @@ -22,9 +22,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/Overture ABS @Qidi 0.2 nozzle.json b/resources/profiles/Qidi/filament/Overture ABS @Qidi 0.2 nozzle.json index 70eea238a7..3fb6ca6406 100644 --- a/resources/profiles/Qidi/filament/Overture ABS @Qidi 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Overture ABS @Qidi 0.2 nozzle.json @@ -16,9 +16,6 @@ "2" ], "compatible_printers": [ - "Qidi X-Plus 0.2 nozzle", - "Qidi X-Max 0.2 nozzle", - "Qidi X-CF Pro 0.2 nozzle", "Qidi X-Smart 3 0.2 nozzle", "Qidi X-Plus 3 0.2 nozzle", "Qidi X-Max 3 0.2 nozzle" diff --git a/resources/profiles/Qidi/filament/Overture ABS @Qidi 0.6 nozzle.json b/resources/profiles/Qidi/filament/Overture ABS @Qidi 0.6 nozzle.json index 343532d893..403311644b 100644 --- a/resources/profiles/Qidi/filament/Overture ABS @Qidi 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Overture ABS @Qidi 0.6 nozzle.json @@ -13,9 +13,6 @@ "0.018" ], "compatible_printers": [ - "Qidi X-Plus 0.6 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle" diff --git a/resources/profiles/Qidi/filament/Overture ABS @Qidi 0.8 nozzle.json b/resources/profiles/Qidi/filament/Overture ABS @Qidi 0.8 nozzle.json index e607261a7b..5d43601751 100644 --- a/resources/profiles/Qidi/filament/Overture ABS @Qidi 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Overture ABS @Qidi 0.8 nozzle.json @@ -16,9 +16,6 @@ "10" ], "compatible_printers": [ - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/Overture PLA @Qidi 0.2 nozzle.json b/resources/profiles/Qidi/filament/Overture PLA @Qidi 0.2 nozzle.json index 5245a44f18..028e0adeb3 100644 --- a/resources/profiles/Qidi/filament/Overture PLA @Qidi 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Overture PLA @Qidi 0.2 nozzle.json @@ -16,9 +16,6 @@ "2" ], "compatible_printers": [ - "Qidi X-Plus 0.2 nozzle", - "Qidi X-Max 0.2 nozzle", - "Qidi X-CF Pro 0.2 nozzle", "Qidi X-Smart 3 0.2 nozzle", "Qidi X-Plus 3 0.2 nozzle", "Qidi X-Max 3 0.2 nozzle" diff --git a/resources/profiles/Qidi/filament/Overture PLA @Qidi 0.6 nozzle.json b/resources/profiles/Qidi/filament/Overture PLA @Qidi 0.6 nozzle.json index e8cd86f5c7..f6989b46b5 100644 --- a/resources/profiles/Qidi/filament/Overture PLA @Qidi 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Overture PLA @Qidi 0.6 nozzle.json @@ -13,9 +13,6 @@ "0.017" ], "compatible_printers": [ - "Qidi X-Plus 0.6 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle" diff --git a/resources/profiles/Qidi/filament/Overture PLA @Qidi 0.8 nozzle.json b/resources/profiles/Qidi/filament/Overture PLA @Qidi 0.8 nozzle.json index 7d4f71ce12..c15b896bde 100644 --- a/resources/profiles/Qidi/filament/Overture PLA @Qidi 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Overture PLA @Qidi 0.8 nozzle.json @@ -13,9 +13,6 @@ "0.009" ], "compatible_printers": [ - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/PolyLite ABS @Qidi 0.2 nozzle.json b/resources/profiles/Qidi/filament/PolyLite ABS @Qidi 0.2 nozzle.json index 01350e1ea5..24c3e1cf0e 100644 --- a/resources/profiles/Qidi/filament/PolyLite ABS @Qidi 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/PolyLite ABS @Qidi 0.2 nozzle.json @@ -16,9 +16,6 @@ "2" ], "compatible_printers": [ - "Qidi X-Plus 0.2 nozzle", - "Qidi X-Max 0.2 nozzle", - "Qidi X-CF Pro 0.2 nozzle", "Qidi X-Smart 3 0.2 nozzle", "Qidi X-Plus 3 0.2 nozzle", "Qidi X-Max 3 0.2 nozzle" diff --git a/resources/profiles/Qidi/filament/PolyLite ABS @Qidi 0.6 nozzle.json b/resources/profiles/Qidi/filament/PolyLite ABS @Qidi 0.6 nozzle.json index 61c0284750..13684caa4b 100644 --- a/resources/profiles/Qidi/filament/PolyLite ABS @Qidi 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/PolyLite ABS @Qidi 0.6 nozzle.json @@ -13,9 +13,6 @@ "0.018" ], "compatible_printers": [ - "Qidi X-Plus 0.6 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle" diff --git a/resources/profiles/Qidi/filament/PolyLite ABS @Qidi 0.8 nozzle.json b/resources/profiles/Qidi/filament/PolyLite ABS @Qidi 0.8 nozzle.json index dc21b3a5de..8112c07176 100644 --- a/resources/profiles/Qidi/filament/PolyLite ABS @Qidi 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/PolyLite ABS @Qidi 0.8 nozzle.json @@ -16,9 +16,6 @@ "10" ], "compatible_printers": [ - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/PolyLite PLA @Qidi 0.2 nozzle.json b/resources/profiles/Qidi/filament/PolyLite PLA @Qidi 0.2 nozzle.json index 5906642a85..a52b240410 100644 --- a/resources/profiles/Qidi/filament/PolyLite PLA @Qidi 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/PolyLite PLA @Qidi 0.2 nozzle.json @@ -16,9 +16,6 @@ "2" ], "compatible_printers": [ - "Qidi X-Plus 0.2 nozzle", - "Qidi X-Max 0.2 nozzle", - "Qidi X-CF Pro 0.2 nozzle", "Qidi X-Smart 3 0.2 nozzle", "Qidi X-Plus 3 0.2 nozzle", "Qidi X-Max 3 0.2 nozzle" diff --git a/resources/profiles/Qidi/filament/PolyLite PLA @Qidi 0.6 nozzle.json b/resources/profiles/Qidi/filament/PolyLite PLA @Qidi 0.6 nozzle.json index 6a6146b45c..f18131f02b 100644 --- a/resources/profiles/Qidi/filament/PolyLite PLA @Qidi 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/PolyLite PLA @Qidi 0.6 nozzle.json @@ -13,9 +13,6 @@ "0.017" ], "compatible_printers": [ - "Qidi X-Plus 0.6 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle" diff --git a/resources/profiles/Qidi/filament/PolyLite PLA @Qidi 0.8 nozzle.json b/resources/profiles/Qidi/filament/PolyLite PLA @Qidi 0.8 nozzle.json index 0f34d71be3..93bcd56559 100644 --- a/resources/profiles/Qidi/filament/PolyLite PLA @Qidi 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/PolyLite PLA @Qidi 0.8 nozzle.json @@ -13,9 +13,6 @@ "0.009" ], "compatible_printers": [ - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/Q2/Bambu ABS @Q2.json b/resources/profiles/Qidi/filament/Q2/Bambu ABS @Q2.json index 75ce27f9d1..e2d1d05e99 100644 --- a/resources/profiles/Qidi/filament/Q2/Bambu ABS @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/Bambu ABS @Q2.json @@ -102,4 +102,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/Bambu ABS @Q2C.json b/resources/profiles/Qidi/filament/Q2/Bambu ABS @Q2C.json index 39a07cf95e..dfb6609b1c 100644 --- a/resources/profiles/Qidi/filament/Q2/Bambu ABS @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/Bambu ABS @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", "name": "Bambu ABS@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "GFB99", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -102,4 +102,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/Bambu ABS @Qidi Q2C 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/Bambu ABS @Qidi Q2C 0.2 nozzle.json index e2c3030e3b..2b36f967cf 100644 --- a/resources/profiles/Qidi/filament/Q2/Bambu ABS @Qidi Q2C 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Bambu ABS @Qidi Q2C 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "yHD2P97YYI869y1a", "name": "Bambu ABS @Qidi Q2C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Bambu ABS@Q2C-Series", + "from": "system", + "setting_id": "yHD2P97YYI869y1a", + "instantiation": "true", "chamber_temperature": [ "0" ], diff --git a/resources/profiles/Qidi/filament/Q2/Bambu ABS @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/Bambu ABS @Qidi Q2C 0.4 nozzle.json index 10ec6383a0..e2f06e9934 100644 --- a/resources/profiles/Qidi/filament/Q2/Bambu ABS @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Bambu ABS @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "dIUVKJDEofMGqc8C", "name": "Bambu ABS @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Bambu ABS@Q2C-Series", + "from": "system", + "setting_id": "dIUVKJDEofMGqc8C", + "instantiation": "true", "pressure_advance": [ "0.03" ], diff --git a/resources/profiles/Qidi/filament/Q2/Bambu ABS @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/Bambu ABS @Qidi Q2C 0.6 nozzle.json index 58aaacd95b..2c13e2c8e4 100644 --- a/resources/profiles/Qidi/filament/Q2/Bambu ABS @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Bambu ABS @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "0leYv1TdNe38wFpf", "name": "Bambu ABS @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Bambu ABS@Q2C-Series", + "from": "system", + "setting_id": "0leYv1TdNe38wFpf", + "instantiation": "true", "nozzle_temperature": [ "250" ], diff --git a/resources/profiles/Qidi/filament/Q2/Bambu ABS @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/Bambu ABS @Qidi Q2C 0.8 nozzle.json index 28665dc9c8..c8444cefc5 100644 --- a/resources/profiles/Qidi/filament/Q2/Bambu ABS @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Bambu ABS @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "BvoaoxjqBQLvupeM", "name": "Bambu ABS @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Bambu ABS@Q2C-Series", + "from": "system", + "setting_id": "BvoaoxjqBQLvupeM", + "instantiation": "true", "nozzle_temperature": [ "250" ], diff --git a/resources/profiles/Qidi/filament/Q2/Bambu PETG @Q2.json b/resources/profiles/Qidi/filament/Q2/Bambu PETG @Q2.json index 72d1927919..d1898e4363 100644 --- a/resources/profiles/Qidi/filament/Q2/Bambu PETG @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/Bambu PETG @Q2.json @@ -99,4 +99,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/Bambu PETG @Q2C.json b/resources/profiles/Qidi/filament/Q2/Bambu PETG @Q2C.json index 66001efe72..6a28da194b 100644 --- a/resources/profiles/Qidi/filament/Q2/Bambu PETG @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/Bambu PETG @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFG99", "name": "Bambu PETG@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "GFG99", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -99,4 +99,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/Bambu PETG @Qidi Q2C 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/Bambu PETG @Qidi Q2C 0.2 nozzle.json index 51ba15b52f..42067817a2 100644 --- a/resources/profiles/Qidi/filament/Q2/Bambu PETG @Qidi Q2C 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Bambu PETG @Qidi Q2C 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "DR6lPjo6HXfJPRev", "name": "Bambu PETG @Qidi Q2C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Bambu PETG@Q2C-Series", + "from": "system", + "setting_id": "DR6lPjo6HXfJPRev", + "instantiation": "true", "filament_max_volumetric_speed": [ "1" ], diff --git a/resources/profiles/Qidi/filament/Q2/Bambu PETG @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/Bambu PETG @Qidi Q2C 0.4 nozzle.json index 7b9782ef8f..8a896b3329 100644 --- a/resources/profiles/Qidi/filament/Q2/Bambu PETG @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Bambu PETG @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "abyo9tUNfJ41WD2x", "name": "Bambu PETG @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Bambu PETG@Q2C-Series", + "from": "system", + "setting_id": "abyo9tUNfJ41WD2x", + "instantiation": "true", "pressure_advance": [ "0.056" ], diff --git a/resources/profiles/Qidi/filament/Q2/Bambu PETG @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/Bambu PETG @Qidi Q2C 0.6 nozzle.json index 9865c50726..2fae6cf452 100644 --- a/resources/profiles/Qidi/filament/Q2/Bambu PETG @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Bambu PETG @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "cG6FXCNr8n34Asel", "name": "Bambu PETG @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Bambu PETG@Q2C-Series", + "from": "system", + "setting_id": "cG6FXCNr8n34Asel", + "instantiation": "true", "pressure_advance": [ "0.04" ], diff --git a/resources/profiles/Qidi/filament/Q2/Bambu PETG @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/Bambu PETG @Qidi Q2C 0.8 nozzle.json index a708271c03..73c64a15e5 100644 --- a/resources/profiles/Qidi/filament/Q2/Bambu PETG @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Bambu PETG @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "3Opgt1lYHnCWi4G6", "name": "Bambu PETG @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Bambu PETG@Q2C-Series", + "from": "system", + "setting_id": "3Opgt1lYHnCWi4G6", + "instantiation": "true", "pressure_advance": [ "0.04" ], diff --git a/resources/profiles/Qidi/filament/Q2/Bambu PLA @Q2C.json b/resources/profiles/Qidi/filament/Q2/Bambu PLA @Q2C.json index fb888aace6..b1f2cdde9f 100644 --- a/resources/profiles/Qidi/filament/Q2/Bambu PLA @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/Bambu PLA @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFL99", "name": "Bambu PLA@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "GFL99", + "instantiation": "false", "filament_adhesiveness_category": [ "100" ], diff --git a/resources/profiles/Qidi/filament/Q2/Bambu PLA @Qidi Q2C 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/Bambu PLA @Qidi Q2C 0.2 nozzle.json index c019944137..12285e7c4d 100644 --- a/resources/profiles/Qidi/filament/Q2/Bambu PLA @Qidi Q2C 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Bambu PLA @Qidi Q2C 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "WIoSfzFsVr63PIJn", "name": "Bambu PLA @Qidi Q2C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Bambu PLA@Q2C-Series", + "from": "system", + "setting_id": "WIoSfzFsVr63PIJn", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], diff --git a/resources/profiles/Qidi/filament/Q2/Bambu PLA @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/Bambu PLA @Qidi Q2C 0.4 nozzle.json index b82b0a8823..e161dece7d 100644 --- a/resources/profiles/Qidi/filament/Q2/Bambu PLA @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Bambu PLA @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "6R2VF4VRx4OsEAIr", "name": "Bambu PLA @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Bambu PLA@Q2C-Series", + "from": "system", + "setting_id": "6R2VF4VRx4OsEAIr", + "instantiation": "true", "pressure_advance": [ "0.034" ], diff --git a/resources/profiles/Qidi/filament/Q2/Bambu PLA @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/Bambu PLA @Qidi Q2C 0.6 nozzle.json index d74f7260b9..71e19f220f 100644 --- a/resources/profiles/Qidi/filament/Q2/Bambu PLA @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Bambu PLA @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "4nf4gNkkvFnDbzRa", "name": "Bambu PLA @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Bambu PLA@Q2C-Series", + "from": "system", + "setting_id": "4nf4gNkkvFnDbzRa", + "instantiation": "true", "pressure_advance": [ "0.016" ], diff --git a/resources/profiles/Qidi/filament/Q2/Bambu PLA @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/Bambu PLA @Qidi Q2C 0.8 nozzle.json index ca5a2cbccf..530a3c736d 100644 --- a/resources/profiles/Qidi/filament/Q2/Bambu PLA @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Bambu PLA @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "CHcUut3zMsRJAIcx", "name": "Bambu PLA @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Bambu PLA@Q2C-Series", + "from": "system", + "setting_id": "CHcUut3zMsRJAIcx", + "instantiation": "true", "pressure_advance": [ "0.008" ], diff --git a/resources/profiles/Qidi/filament/Q2/Generic ABS @Q2.json b/resources/profiles/Qidi/filament/Q2/Generic ABS @Q2.json index 58d59acd15..9e42298338 100644 --- a/resources/profiles/Qidi/filament/Q2/Generic ABS @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/Generic ABS @Q2.json @@ -105,4 +105,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/Generic ABS @Q2C.json b/resources/profiles/Qidi/filament/Q2/Generic ABS @Q2C.json index 5da1d44234..88edeb6155 100644 --- a/resources/profiles/Qidi/filament/Q2/Generic ABS @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/Generic ABS @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_0_11", "name": "Generic ABS@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_0_11", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -105,4 +105,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/Generic ABS @Qidi Q2C 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic ABS @Qidi Q2C 0.2 nozzle.json index dda60ce5c0..207cf1e0b4 100644 --- a/resources/profiles/Qidi/filament/Q2/Generic ABS @Qidi Q2C 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Generic ABS @Qidi Q2C 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "fcId8eFG20nodipB", "name": "Generic ABS @Qidi Q2C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic ABS@Q2C-Series", + "from": "system", + "setting_id": "fcId8eFG20nodipB", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], diff --git a/resources/profiles/Qidi/filament/Q2/Generic ABS @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic ABS @Qidi Q2C 0.4 nozzle.json index fb3f1312e7..451c335f10 100644 --- a/resources/profiles/Qidi/filament/Q2/Generic ABS @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Generic ABS @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "nCmyUKILQpR1nypd", "name": "Generic ABS @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic ABS@Q2C-Series", + "from": "system", + "setting_id": "nCmyUKILQpR1nypd", + "instantiation": "true", "pressure_advance": [ "0.03" ], diff --git a/resources/profiles/Qidi/filament/Q2/Generic ABS @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic ABS @Qidi Q2C 0.6 nozzle.json index 8a739d319d..d791bd5a0a 100644 --- a/resources/profiles/Qidi/filament/Q2/Generic ABS @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Generic ABS @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "7wsHMKJwQfUfZ3za", "name": "Generic ABS @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic ABS@Q2C-Series", + "from": "system", + "setting_id": "7wsHMKJwQfUfZ3za", + "instantiation": "true", "filament_max_volumetric_speed": [ "24.5" ], diff --git a/resources/profiles/Qidi/filament/Q2/Generic ABS @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic ABS @Qidi Q2C 0.8 nozzle.json index 52abfdd912..b9013037ea 100644 --- a/resources/profiles/Qidi/filament/Q2/Generic ABS @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Generic ABS @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "XLORH5X2VLIxTozv", "name": "Generic ABS @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic ABS@Q2C-Series", + "from": "system", + "setting_id": "XLORH5X2VLIxTozv", + "instantiation": "true", "filament_max_volumetric_speed": [ "24.5" ], diff --git a/resources/profiles/Qidi/filament/Q2/Generic PC @Q2C.json b/resources/profiles/Qidi/filament/Q2/Generic PC @Q2C.json index e312c30d89..55a834093d 100644 --- a/resources/profiles/Qidi/filament/Q2/Generic PC @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/Generic PC @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_0_23", "name": "Generic PC@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_0_23", + "instantiation": "false", "box_temperature_range_high": [ "65" ], diff --git a/resources/profiles/Qidi/filament/Q2/Generic PC @Qidi Q2C 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic PC @Qidi Q2C 0.2 nozzle.json index 1f0164a7ea..4e87bf0e05 100644 --- a/resources/profiles/Qidi/filament/Q2/Generic PC @Qidi Q2C 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Generic PC @Qidi Q2C 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "khy9tY2jZWHSlIYt", "name": "Generic PC @Qidi Q2C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic PC@Q2C-Series", + "from": "system", + "setting_id": "khy9tY2jZWHSlIYt", + "instantiation": "true", "filament_flow_ratio": [ "0.94" ], diff --git a/resources/profiles/Qidi/filament/Q2/Generic PC @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic PC @Qidi Q2C 0.4 nozzle.json index 2ae7390dce..223c79e125 100644 --- a/resources/profiles/Qidi/filament/Q2/Generic PC @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Generic PC @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "Wcm3rVsaUpou9xRq", "name": "Generic PC @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic PC@Q2C-Series", + "from": "system", + "setting_id": "Wcm3rVsaUpou9xRq", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], diff --git a/resources/profiles/Qidi/filament/Q2/Generic PC @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic PC @Qidi Q2C 0.6 nozzle.json index a0309f3090..35810c1389 100644 --- a/resources/profiles/Qidi/filament/Q2/Generic PC @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Generic PC @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "8pHle7WRU4FL2qfo", "name": "Generic PC @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic PC@Q2C-Series", + "from": "system", + "setting_id": "8pHle7WRU4FL2qfo", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], diff --git a/resources/profiles/Qidi/filament/Q2/Generic PC @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic PC @Qidi Q2C 0.8 nozzle.json index 10e997a5ac..9475d0540e 100644 --- a/resources/profiles/Qidi/filament/Q2/Generic PC @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Generic PC @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "ymIxEf9ioip57TML", "name": "Generic PC @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic PC@Q2C-Series", + "from": "system", + "setting_id": "ymIxEf9ioip57TML", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], diff --git a/resources/profiles/Qidi/filament/Q2/Generic PETG @Q2.json b/resources/profiles/Qidi/filament/Q2/Generic PETG @Q2.json index 474110b39a..5a8d64615a 100644 --- a/resources/profiles/Qidi/filament/Q2/Generic PETG @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/Generic PETG @Q2.json @@ -102,4 +102,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/Generic PETG @Q2C.json b/resources/profiles/Qidi/filament/Q2/Generic PETG @Q2C.json index bb5626f5af..88c5c926ab 100644 --- a/resources/profiles/Qidi/filament/Q2/Generic PETG @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/Generic PETG @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_0_41", "name": "Generic PETG@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_0_41", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -102,4 +102,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/Generic PETG @Qidi Q2C 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic PETG @Qidi Q2C 0.2 nozzle.json index 4ca9c116b9..caafd9a2b4 100644 --- a/resources/profiles/Qidi/filament/Q2/Generic PETG @Qidi Q2C 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Generic PETG @Qidi Q2C 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "IcynzuX5ojXgX2dk", "name": "Generic PETG @Qidi Q2C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic PETG@Q2C-Series", + "from": "system", + "setting_id": "IcynzuX5ojXgX2dk", + "instantiation": "true", "filament_max_volumetric_speed": [ "1" ], diff --git a/resources/profiles/Qidi/filament/Q2/Generic PETG @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic PETG @Qidi Q2C 0.4 nozzle.json index 5a357083f9..dd81e8a652 100644 --- a/resources/profiles/Qidi/filament/Q2/Generic PETG @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Generic PETG @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "7QauCi8rhighWkri", "name": "Generic PETG @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic PETG@Q2C-Series", + "from": "system", + "setting_id": "7QauCi8rhighWkri", + "instantiation": "true", "pressure_advance": [ "0.056" ], diff --git a/resources/profiles/Qidi/filament/Q2/Generic PETG @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic PETG @Qidi Q2C 0.6 nozzle.json index f24c9ab3f2..4c15643367 100644 --- a/resources/profiles/Qidi/filament/Q2/Generic PETG @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Generic PETG @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "AM1y4FYs7fv4WTTo", "name": "Generic PETG @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic PETG@Q2C-Series", + "from": "system", + "setting_id": "AM1y4FYs7fv4WTTo", + "instantiation": "true", "pressure_advance": [ "0.04" ], diff --git a/resources/profiles/Qidi/filament/Q2/Generic PETG @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic PETG @Qidi Q2C 0.8 nozzle.json index 87c4b09afc..a7b4dafa9f 100644 --- a/resources/profiles/Qidi/filament/Q2/Generic PETG @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Generic PETG @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "b3TpL9kGWf1wSydw", "name": "Generic PETG @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic PETG@Q2C-Series", + "from": "system", + "setting_id": "b3TpL9kGWf1wSydw", + "instantiation": "true", "pressure_advance": [ "0.04" ], diff --git a/resources/profiles/Qidi/filament/Q2/Generic PLA @Q2C.json b/resources/profiles/Qidi/filament/Q2/Generic PLA @Q2C.json index f9166759aa..82423a614d 100644 --- a/resources/profiles/Qidi/filament/Q2/Generic PLA @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/Generic PLA @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_0_1", "name": "Generic PLA@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_0_1", + "instantiation": "false", "additional_cooling_fan_speed": [ "100" ], diff --git a/resources/profiles/Qidi/filament/Q2/Generic PLA @Qidi Q2C 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic PLA @Qidi Q2C 0.2 nozzle.json index 2f4f15b1a9..b30e1859f4 100644 --- a/resources/profiles/Qidi/filament/Q2/Generic PLA @Qidi Q2C 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Generic PLA @Qidi Q2C 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "CWSMY19Jhd6LzFUN", "name": "Generic PLA @Qidi Q2C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic PLA@Q2C-Series", + "from": "system", + "setting_id": "CWSMY19Jhd6LzFUN", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], diff --git a/resources/profiles/Qidi/filament/Q2/Generic PLA @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic PLA @Qidi Q2C 0.4 nozzle.json index 42f22ee9b7..2f542cae4b 100644 --- a/resources/profiles/Qidi/filament/Q2/Generic PLA @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Generic PLA @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "kraVpglrBGD9sQyx", "name": "Generic PLA @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic PLA@Q2C-Series", + "from": "system", + "setting_id": "kraVpglrBGD9sQyx", + "instantiation": "true", "pressure_advance": [ "0.034" ], diff --git a/resources/profiles/Qidi/filament/Q2/Generic PLA @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic PLA @Qidi Q2C 0.6 nozzle.json index 8e515fb705..5baec42a5c 100644 --- a/resources/profiles/Qidi/filament/Q2/Generic PLA @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Generic PLA @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "0DL2rwUIpvOFPKE0", "name": "Generic PLA @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic PLA@Q2C-Series", + "from": "system", + "setting_id": "0DL2rwUIpvOFPKE0", + "instantiation": "true", "pressure_advance": [ "0.016" ], diff --git a/resources/profiles/Qidi/filament/Q2/Generic PLA @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic PLA @Qidi Q2C 0.8 nozzle.json index 28d0b656fc..4bab1ef889 100644 --- a/resources/profiles/Qidi/filament/Q2/Generic PLA @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Generic PLA @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "wtOTxeDyt3j7HsQD", "name": "Generic PLA @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic PLA@Q2C-Series", + "from": "system", + "setting_id": "wtOTxeDyt3j7HsQD", + "instantiation": "true", "pressure_advance": [ "0.008" ], diff --git a/resources/profiles/Qidi/filament/Q2/Generic PLA Silk @Q2C.json b/resources/profiles/Qidi/filament/Q2/Generic PLA Silk @Q2C.json index 89d1dd4273..1254b1d53a 100644 --- a/resources/profiles/Qidi/filament/Q2/Generic PLA Silk @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/Generic PLA Silk @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_0_4", "name": "Generic PLA Silk@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_0_4", + "instantiation": "false", "additional_cooling_fan_speed": [ "100" ], diff --git a/resources/profiles/Qidi/filament/Q2/Generic PLA Silk @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic PLA Silk @Qidi Q2C 0.4 nozzle.json index 460e6f45db..98e493a89b 100644 --- a/resources/profiles/Qidi/filament/Q2/Generic PLA Silk @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Generic PLA Silk @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "tsr5C6eghwRIitda", "name": "Generic PLA Silk @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic PLA Silk@Q2C-Series", + "from": "system", + "setting_id": "tsr5C6eghwRIitda", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/Generic PLA Silk @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic PLA Silk @Qidi Q2C 0.6 nozzle.json index edfc93a77a..70493f1386 100644 --- a/resources/profiles/Qidi/filament/Q2/Generic PLA Silk @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Generic PLA Silk @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "5V4coBYC2JEZQSbX", "name": "Generic PLA Silk @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic PLA Silk@Q2C-Series", + "from": "system", + "setting_id": "5V4coBYC2JEZQSbX", + "instantiation": "true", "pressure_advance": [ "0.014" ], diff --git a/resources/profiles/Qidi/filament/Q2/Generic PLA+ @Q2C.json b/resources/profiles/Qidi/filament/Q2/Generic PLA+ @Q2C.json index b9c00254ae..83d77e0781 100644 --- a/resources/profiles/Qidi/filament/Q2/Generic PLA+ @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/Generic PLA+ @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFL99", "name": "Generic PLA+@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "GFL99", + "instantiation": "false", "additional_cooling_fan_speed": [ "100" ], diff --git a/resources/profiles/Qidi/filament/Q2/Generic PLA+ @Qidi Q2C 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic PLA+ @Qidi Q2C 0.2 nozzle.json index 5d881e5f44..6590492654 100644 --- a/resources/profiles/Qidi/filament/Q2/Generic PLA+ @Qidi Q2C 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Generic PLA+ @Qidi Q2C 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "cP5qtEGISpluvrXW", "name": "Generic PLA+ @Qidi Q2C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic PLA+@Q2C-Series", + "from": "system", + "setting_id": "cP5qtEGISpluvrXW", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], diff --git a/resources/profiles/Qidi/filament/Q2/Generic PLA+ @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic PLA+ @Qidi Q2C 0.4 nozzle.json index b15b57a2fa..880fa72b0d 100644 --- a/resources/profiles/Qidi/filament/Q2/Generic PLA+ @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Generic PLA+ @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "INOTrdxOY3ewHs3Z", "name": "Generic PLA+ @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic PLA+@Q2C-Series", + "from": "system", + "setting_id": "INOTrdxOY3ewHs3Z", + "instantiation": "true", "pressure_advance": [ "0.034" ], diff --git a/resources/profiles/Qidi/filament/Q2/Generic PLA+ @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic PLA+ @Qidi Q2C 0.6 nozzle.json index aa86b84deb..baeeb621f8 100644 --- a/resources/profiles/Qidi/filament/Q2/Generic PLA+ @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Generic PLA+ @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "QWeloGY9T9GkaFK1", "name": "Generic PLA+ @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic PLA+@Q2C-Series", + "from": "system", + "setting_id": "QWeloGY9T9GkaFK1", + "instantiation": "true", "pressure_advance": [ "0.016" ], diff --git a/resources/profiles/Qidi/filament/Q2/Generic PLA+ @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic PLA+ @Qidi Q2C 0.8 nozzle.json index 3658a4752a..0d932a6f55 100644 --- a/resources/profiles/Qidi/filament/Q2/Generic PLA+ @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Generic PLA+ @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "C2oqTFXtdd2clnM3", "name": "Generic PLA+ @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic PLA+@Q2C-Series", + "from": "system", + "setting_id": "C2oqTFXtdd2clnM3", + "instantiation": "true", "pressure_advance": [ "0.008" ], diff --git a/resources/profiles/Qidi/filament/Q2/Generic TPU 95A @Q2.json b/resources/profiles/Qidi/filament/Q2/Generic TPU 95A @Q2.json index e85ca39375..107d337155 100644 --- a/resources/profiles/Qidi/filament/Q2/Generic TPU 95A @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/Generic TPU 95A @Q2.json @@ -78,4 +78,4 @@ "textured_cool_plate_temp_initial_layer": [ "30" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/Generic TPU 95A @Q2C.json b/resources/profiles/Qidi/filament/Q2/Generic TPU 95A @Q2C.json index 2be0d857de..8e867a26f2 100644 --- a/resources/profiles/Qidi/filament/Q2/Generic TPU 95A @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/Generic TPU 95A @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_0_50", "name": "Generic TPU 95A@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_0_50", + "instantiation": "false", "filament_adhesiveness_category": [ "600" ], @@ -78,4 +78,4 @@ "textured_cool_plate_temp_initial_layer": [ "30" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/Generic TPU 95A @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic TPU 95A @Qidi Q2C 0.4 nozzle.json index 279d732847..07aa43c4bc 100644 --- a/resources/profiles/Qidi/filament/Q2/Generic TPU 95A @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Generic TPU 95A @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "HeDaMTs4C6suBJvO", "name": "Generic TPU 95A @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic TPU 95A@Q2C-Series", + "from": "system", + "setting_id": "HeDaMTs4C6suBJvO", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/Generic TPU 95A @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic TPU 95A @Qidi Q2C 0.6 nozzle.json index c3e782b1ca..15440badb9 100644 --- a/resources/profiles/Qidi/filament/Q2/Generic TPU 95A @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Generic TPU 95A @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "TOHG37PMxN9MzVub", "name": "Generic TPU 95A @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic TPU 95A@Q2C-Series", + "from": "system", + "setting_id": "TOHG37PMxN9MzVub", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.6 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/Generic TPU 95A @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/Generic TPU 95A @Qidi Q2C 0.8 nozzle.json index 27f3b05a1c..1ef0d0537c 100644 --- a/resources/profiles/Qidi/filament/Q2/Generic TPU 95A @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Generic TPU 95A @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "HqURiXvBLRyvLAxP", "name": "Generic TPU 95A @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic TPU 95A@Q2C-Series", + "from": "system", + "setting_id": "HqURiXvBLRyvLAxP", + "instantiation": "true", "nozzle_temperature": [ "220" ], diff --git a/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Q2.json b/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Q2.json index 66271afb20..c55ccaa1a9 100644 --- a/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Q2.json @@ -102,4 +102,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Q2C.json b/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Q2C.json index 9db585481a..81736dcccf 100644 --- a/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", "name": "HATCHBOX ABS@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "GFB99", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -99,4 +99,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Qidi Q2C 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Qidi Q2C 0.2 nozzle.json index 67c130c50a..f9893bbfa6 100644 --- a/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Qidi Q2C 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Qidi Q2C 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "UesqbiCMHRmklDRk", "name": "HATCHBOX ABS @Qidi Q2C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "HATCHBOX ABS@Q2C-Series", + "from": "system", + "setting_id": "UesqbiCMHRmklDRk", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], diff --git a/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Qidi Q2C 0.4 nozzle.json index d9c305e08a..3d2b88ff36 100644 --- a/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "mEWH2YlONmNpempZ", "name": "HATCHBOX ABS @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "HATCHBOX ABS@Q2C-Series", + "from": "system", + "setting_id": "mEWH2YlONmNpempZ", + "instantiation": "true", "pressure_advance": [ "0.03" ], diff --git a/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Qidi Q2C 0.6 nozzle.json index dd3d976943..13d451d40d 100644 --- a/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "khy95fONrq7reiSC", "name": "HATCHBOX ABS @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "HATCHBOX ABS@Q2C-Series", + "from": "system", + "setting_id": "khy95fONrq7reiSC", + "instantiation": "true", "nozzle_temperature": [ "250" ], diff --git a/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Qidi Q2C 0.8 nozzle.json index 82b5e8b9de..48393718de 100644 --- a/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/HATCHBOX ABS @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "sHLcYLMcJTimp3ru", "name": "HATCHBOX ABS @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "HATCHBOX ABS@Q2C-Series", + "from": "system", + "setting_id": "sHLcYLMcJTimp3ru", + "instantiation": "true", "nozzle_temperature": [ "250" ], diff --git a/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Q2.json b/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Q2.json index 44d0907bb8..10f557a994 100644 --- a/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Q2.json @@ -99,4 +99,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Q2C.json b/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Q2C.json index e70a0e8bda..fd739c1779 100644 --- a/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFG99", "name": "HATCHBOX PETG@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "GFG99", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -99,4 +99,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Qidi Q2C 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Qidi Q2C 0.2 nozzle.json index 6d115fbb6f..c8a14456ab 100644 --- a/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Qidi Q2C 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Qidi Q2C 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "bZMXQWqTu8l3MYJi", "name": "HATCHBOX PETG @Qidi Q2C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "HATCHBOX PETG@Q2C-Series", + "from": "system", + "setting_id": "bZMXQWqTu8l3MYJi", + "instantiation": "true", "filament_max_volumetric_speed": [ "1" ], diff --git a/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Qidi Q2C 0.4 nozzle.json index f693e1013a..94fa73262a 100644 --- a/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "DekQbcVeKQg9v5Zr", "name": "HATCHBOX PETG @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "HATCHBOX PETG@Q2C-Series", + "from": "system", + "setting_id": "DekQbcVeKQg9v5Zr", + "instantiation": "true", "pressure_advance": [ "0.056" ], diff --git a/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Qidi Q2C 0.6 nozzle.json index cdf86d5334..81287ec494 100644 --- a/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "zVhQ76dkj0h0CQYk", "name": "HATCHBOX PETG @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "HATCHBOX PETG@Q2C-Series", + "from": "system", + "setting_id": "zVhQ76dkj0h0CQYk", + "instantiation": "true", "pressure_advance": [ "0.04" ], diff --git a/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Qidi Q2C 0.8 nozzle.json index 7bffd6c302..b57b5063c9 100644 --- a/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/HATCHBOX PETG @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "Kzuc0pyjxtH6gI13", "name": "HATCHBOX PETG @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "HATCHBOX PETG@Q2C-Series", + "from": "system", + "setting_id": "Kzuc0pyjxtH6gI13", + "instantiation": "true", "pressure_advance": [ "0.04" ], diff --git a/resources/profiles/Qidi/filament/Q2/HATCHBOX PLA @Q2C.json b/resources/profiles/Qidi/filament/Q2/HATCHBOX PLA @Q2C.json index 7446be6e2a..4af2d4f816 100644 --- a/resources/profiles/Qidi/filament/Q2/HATCHBOX PLA @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/HATCHBOX PLA @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFL99", "name": "HATCHBOX PLA@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "GFL99", + "instantiation": "false", "filament_adhesiveness_category": [ "100" ], diff --git a/resources/profiles/Qidi/filament/Q2/HATCHBOX PLA @Qidi Q2C 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/HATCHBOX PLA @Qidi Q2C 0.2 nozzle.json index e7909d67c2..7403dd2e6e 100644 --- a/resources/profiles/Qidi/filament/Q2/HATCHBOX PLA @Qidi Q2C 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/HATCHBOX PLA @Qidi Q2C 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "11BHrX7imCTIzPP4", "name": "HATCHBOX PLA @Qidi Q2C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "HATCHBOX PLA@Q2C-Series", + "from": "system", + "setting_id": "11BHrX7imCTIzPP4", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], diff --git a/resources/profiles/Qidi/filament/Q2/HATCHBOX PLA @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/HATCHBOX PLA @Qidi Q2C 0.4 nozzle.json index 5b680b590e..c944c6727e 100644 --- a/resources/profiles/Qidi/filament/Q2/HATCHBOX PLA @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/HATCHBOX PLA @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "VSgatTEDBtv2agXN", "name": "HATCHBOX PLA @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "HATCHBOX PLA@Q2C-Series", + "from": "system", + "setting_id": "VSgatTEDBtv2agXN", + "instantiation": "true", "pressure_advance": [ "0.034" ], diff --git a/resources/profiles/Qidi/filament/Q2/HATCHBOX PLA @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/HATCHBOX PLA @Qidi Q2C 0.6 nozzle.json index ecb8c50339..f920c660f1 100644 --- a/resources/profiles/Qidi/filament/Q2/HATCHBOX PLA @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/HATCHBOX PLA @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "24LLJRtj2iivS6vL", "name": "HATCHBOX PLA @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "HATCHBOX PLA@Q2C-Series", + "from": "system", + "setting_id": "24LLJRtj2iivS6vL", + "instantiation": "true", "pressure_advance": [ "0.016" ], diff --git a/resources/profiles/Qidi/filament/Q2/HATCHBOX PLA @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/HATCHBOX PLA @Qidi Q2C 0.8 nozzle.json index 437b7bb3da..64c86e9767 100644 --- a/resources/profiles/Qidi/filament/Q2/HATCHBOX PLA @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/HATCHBOX PLA @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "HRdiQVVY5WjNXLYx", "name": "HATCHBOX PLA @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "HATCHBOX PLA@Q2C-Series", + "from": "system", + "setting_id": "HRdiQVVY5WjNXLYx", + "instantiation": "true", "pressure_advance": [ "0.008" ], diff --git a/resources/profiles/Qidi/filament/Q2/Overture ABS @Q2.json b/resources/profiles/Qidi/filament/Q2/Overture ABS @Q2.json index 7011359a4b..5c2067f362 100644 --- a/resources/profiles/Qidi/filament/Q2/Overture ABS @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/Overture ABS @Q2.json @@ -105,4 +105,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/Overture ABS @Q2C.json b/resources/profiles/Qidi/filament/Q2/Overture ABS @Q2C.json index 98d987be8d..a6639b3999 100644 --- a/resources/profiles/Qidi/filament/Q2/Overture ABS @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/Overture ABS @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", "name": "Overture ABS@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "GFB99", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -102,4 +102,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/Overture ABS @Qidi Q2C 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/Overture ABS @Qidi Q2C 0.2 nozzle.json index a73afb4255..47f9bcbcaa 100644 --- a/resources/profiles/Qidi/filament/Q2/Overture ABS @Qidi Q2C 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Overture ABS @Qidi Q2C 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "VYySI4tCOnfTintD", "name": "Overture ABS @Qidi Q2C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Overture ABS@Q2C-Series", + "from": "system", + "setting_id": "VYySI4tCOnfTintD", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], diff --git a/resources/profiles/Qidi/filament/Q2/Overture ABS @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/Overture ABS @Qidi Q2C 0.4 nozzle.json index f7013864a0..78ddc8d476 100644 --- a/resources/profiles/Qidi/filament/Q2/Overture ABS @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Overture ABS @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "JBDqdi6986HRAEXu", "name": "Overture ABS @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Overture ABS@Q2C-Series", + "from": "system", + "setting_id": "JBDqdi6986HRAEXu", + "instantiation": "true", "pressure_advance": [ "0.033" ], diff --git a/resources/profiles/Qidi/filament/Q2/Overture ABS @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/Overture ABS @Qidi Q2C 0.6 nozzle.json index ec16053469..c9fbc3b6b9 100644 --- a/resources/profiles/Qidi/filament/Q2/Overture ABS @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Overture ABS @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "zfd7hNsD4gyvYjmL", "name": "Overture ABS @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Overture ABS@Q2C-Series", + "from": "system", + "setting_id": "zfd7hNsD4gyvYjmL", + "instantiation": "true", "pressure_advance": [ "0.02" ], diff --git a/resources/profiles/Qidi/filament/Q2/Overture ABS @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/Overture ABS @Qidi Q2C 0.8 nozzle.json index e9c17844d1..82c04c4130 100644 --- a/resources/profiles/Qidi/filament/Q2/Overture ABS @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Overture ABS @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "dIK2bO9muHCLmfLE", "name": "Overture ABS @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Overture ABS@Q2C-Series", + "from": "system", + "setting_id": "dIK2bO9muHCLmfLE", + "instantiation": "true", "pressure_advance": [ "0.01" ], diff --git a/resources/profiles/Qidi/filament/Q2/Overture PLA @Q2C.json b/resources/profiles/Qidi/filament/Q2/Overture PLA @Q2C.json index 16d59f7135..986e906c0c 100644 --- a/resources/profiles/Qidi/filament/Q2/Overture PLA @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/Overture PLA @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFL99", "name": "Overture PLA@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "GFL99", + "instantiation": "false", "filament_adhesiveness_category": [ "100" ], diff --git a/resources/profiles/Qidi/filament/Q2/Overture PLA @Qidi Q2C 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/Overture PLA @Qidi Q2C 0.2 nozzle.json index d0a478cc84..0057d79f2e 100644 --- a/resources/profiles/Qidi/filament/Q2/Overture PLA @Qidi Q2C 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Overture PLA @Qidi Q2C 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "sR59dH6Xa2wZYoju", "name": "Overture PLA @Qidi Q2C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Overture PLA@Q2C-Series", + "from": "system", + "setting_id": "sR59dH6Xa2wZYoju", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], diff --git a/resources/profiles/Qidi/filament/Q2/Overture PLA @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/Overture PLA @Qidi Q2C 0.4 nozzle.json index 5a086039ca..40773ccdd1 100644 --- a/resources/profiles/Qidi/filament/Q2/Overture PLA @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Overture PLA @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "bwwB2ntJKEDSM6nC", "name": "Overture PLA @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Overture PLA@Q2C-Series", + "from": "system", + "setting_id": "bwwB2ntJKEDSM6nC", + "instantiation": "true", "pressure_advance": [ "0.037" ], diff --git a/resources/profiles/Qidi/filament/Q2/Overture PLA @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/Overture PLA @Qidi Q2C 0.6 nozzle.json index 4af8a954ba..0297ea0c7d 100644 --- a/resources/profiles/Qidi/filament/Q2/Overture PLA @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Overture PLA @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "Bo9y4EOopqDnhhLP", "name": "Overture PLA @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Overture PLA@Q2C-Series", + "from": "system", + "setting_id": "Bo9y4EOopqDnhhLP", + "instantiation": "true", "pressure_advance": [ "0.019" ], diff --git a/resources/profiles/Qidi/filament/Q2/Overture PLA @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/Overture PLA @Qidi Q2C 0.8 nozzle.json index c40f182132..94d5dcbef2 100644 --- a/resources/profiles/Qidi/filament/Q2/Overture PLA @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/Overture PLA @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "G7hnYFzduUlF4ecC", "name": "Overture PLA @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Overture PLA@Q2C-Series", + "from": "system", + "setting_id": "G7hnYFzduUlF4ecC", + "instantiation": "true", "pressure_advance": [ "0.012" ], diff --git a/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Q2.json b/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Q2.json index 6b4a385323..b1af2354b5 100644 --- a/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Q2.json @@ -105,4 +105,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Q2C.json b/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Q2C.json index 0e912714a1..6d6c27b6b1 100644 --- a/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", "name": "PolyLite ABS@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "GFB99", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -102,4 +102,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Qidi Q2C 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Qidi Q2C 0.2 nozzle.json index aaca305b61..1a09049ecd 100644 --- a/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Qidi Q2C 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Qidi Q2C 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "dO4VcqJOzHGsGTMp", "name": "PolyLite ABS @Qidi Q2C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "PolyLite ABS@Q2C-Series", + "from": "system", + "setting_id": "dO4VcqJOzHGsGTMp", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], diff --git a/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Qidi Q2C 0.4 nozzle.json index 1d40193bfb..58131134b9 100644 --- a/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "1IndaP5mD4ThRTLJ", "name": "PolyLite ABS @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "PolyLite ABS@Q2C-Series", + "from": "system", + "setting_id": "1IndaP5mD4ThRTLJ", + "instantiation": "true", "pressure_advance": [ "0.033" ], diff --git a/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Qidi Q2C 0.6 nozzle.json index af0dbf4d6d..c2906f30f1 100644 --- a/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "TUafLspNks0QbMsJ", "name": "PolyLite ABS @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "PolyLite ABS@Q2C-Series", + "from": "system", + "setting_id": "TUafLspNks0QbMsJ", + "instantiation": "true", "pressure_advance": [ "0.02" ], diff --git a/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Qidi Q2C 0.8 nozzle.json index b405b2c329..173dfb62cc 100644 --- a/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/PolyLite ABS @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "Zl7BXkcC643FrwXj", "name": "PolyLite ABS @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "PolyLite ABS@Q2C-Series", + "from": "system", + "setting_id": "Zl7BXkcC643FrwXj", + "instantiation": "true", "pressure_advance": [ "0.01" ], diff --git a/resources/profiles/Qidi/filament/Q2/PolyLite PLA @Q2C.json b/resources/profiles/Qidi/filament/Q2/PolyLite PLA @Q2C.json index 7baead0ac4..c42c4aee25 100644 --- a/resources/profiles/Qidi/filament/Q2/PolyLite PLA @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/PolyLite PLA @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFL99", "name": "PolyLite PLA@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "GFL99", + "instantiation": "false", "filament_adhesiveness_category": [ "100" ], diff --git a/resources/profiles/Qidi/filament/Q2/PolyLite PLA @Qidi Q2C 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/PolyLite PLA @Qidi Q2C 0.2 nozzle.json index f6f72ae2af..a0b3a1e558 100644 --- a/resources/profiles/Qidi/filament/Q2/PolyLite PLA @Qidi Q2C 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/PolyLite PLA @Qidi Q2C 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "70CH88wjjjp10p1v", "name": "PolyLite PLA @Qidi Q2C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "PolyLite PLA@Q2C-Series", + "from": "system", + "setting_id": "70CH88wjjjp10p1v", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], diff --git a/resources/profiles/Qidi/filament/Q2/PolyLite PLA @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/PolyLite PLA @Qidi Q2C 0.4 nozzle.json index 808daed644..62642b48b6 100644 --- a/resources/profiles/Qidi/filament/Q2/PolyLite PLA @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/PolyLite PLA @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "55gNJLcwSNCpFRLt", "name": "PolyLite PLA @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "PolyLite PLA@Q2C-Series", + "from": "system", + "setting_id": "55gNJLcwSNCpFRLt", + "instantiation": "true", "pressure_advance": [ "0.037" ], diff --git a/resources/profiles/Qidi/filament/Q2/PolyLite PLA @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/PolyLite PLA @Qidi Q2C 0.6 nozzle.json index 5f521634c7..0e70b612bf 100644 --- a/resources/profiles/Qidi/filament/Q2/PolyLite PLA @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/PolyLite PLA @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "lfJLLN90UJoDH6DQ", "name": "PolyLite PLA @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "PolyLite PLA@Q2C-Series", + "from": "system", + "setting_id": "lfJLLN90UJoDH6DQ", + "instantiation": "true", "pressure_advance": [ "0.019" ], diff --git a/resources/profiles/Qidi/filament/Q2/PolyLite PLA @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/PolyLite PLA @Qidi Q2C 0.8 nozzle.json index c34dbd8c73..d0a812de02 100644 --- a/resources/profiles/Qidi/filament/Q2/PolyLite PLA @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/PolyLite PLA @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "ZZWSUwsp8FdHoO50", "name": "PolyLite PLA @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "PolyLite PLA@Q2C-Series", + "from": "system", + "setting_id": "ZZWSUwsp8FdHoO50", + "instantiation": "true", "pressure_advance": [ "0.012" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Q2.json index adc083302c..62dc85146b 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Q2.json @@ -105,4 +105,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Q2C.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Q2C.json index f8bf048e38..be98105a39 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_1_14", "name": "QIDI ABS Odorless@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_1_14", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -102,4 +102,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Qidi Q2C 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Qidi Q2C 0.2 nozzle.json index 33443ab95d..5fadadb693 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Qidi Q2C 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Qidi Q2C 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GxP0Whwhk4Cnxdu0", "name": "QIDI ABS Odorless @Qidi Q2C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS Odorless@Q2C-Series", + "from": "system", + "setting_id": "GxP0Whwhk4Cnxdu0", + "instantiation": "true", "pressure_advance": [ "0.03" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Qidi Q2C 0.4 nozzle.json index f4037f59e8..53ecb12131 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "XF8GYACz5foSzwPu", "name": "QIDI ABS Odorless @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS Odorless@Q2C-Series", + "from": "system", + "setting_id": "XF8GYACz5foSzwPu", + "instantiation": "true", "pressure_advance": [ "0.03" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Qidi Q2C 0.6 nozzle.json index 7ef82c2bac..6e8d7b8f21 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "S2ZKcCRBaIhCz34L", "name": "QIDI ABS Odorless @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS Odorless@Q2C-Series", + "from": "system", + "setting_id": "S2ZKcCRBaIhCz34L", + "instantiation": "true", "filament_max_volumetric_speed": [ "24.5" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Qidi Q2C 0.8 nozzle.json index 7080c73d69..4d01f4dfa0 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS Odorless @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "MKJrQNyu3db94dD8", "name": "QIDI ABS Odorless @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS Odorless@Q2C-Series", + "from": "system", + "setting_id": "MKJrQNyu3db94dD8", + "instantiation": "true", "filament_max_volumetric_speed": [ "24.5" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Q2.json index 6137bc75a1..9d7e3d0e7f 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Q2.json @@ -102,4 +102,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Q2C.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Q2C.json index a11c5b01bc..da40111dc4 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_1_11", "name": "QIDI ABS Rapido@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_1_11", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -99,4 +99,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Qidi Q2C 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Qidi Q2C 0.2 nozzle.json index 3e4c7cb795..7414cc2398 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Qidi Q2C 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Qidi Q2C 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "qBCJHTf8UYAhtS9Z", "name": "QIDI ABS Rapido @Qidi Q2C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS Rapido@Q2C-Series", + "from": "system", + "setting_id": "qBCJHTf8UYAhtS9Z", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Qidi Q2C 0.4 nozzle.json index cd0bb491a0..78296a14ee 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "TKmusP00QtJde1tv", "name": "QIDI ABS Rapido @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS Rapido@Q2C-Series", + "from": "system", + "setting_id": "TKmusP00QtJde1tv", + "instantiation": "true", "pressure_advance": [ "0.03" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Qidi Q2C 0.6 nozzle.json index c15f087c60..bc0547202e 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "hjWAIr9vj3lifTuF", "name": "QIDI ABS Rapido @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS Rapido@Q2C-Series", + "from": "system", + "setting_id": "hjWAIr9vj3lifTuF", + "instantiation": "true", "nozzle_temperature": [ "250" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Qidi Q2C 0.8 nozzle.json index 73d7cb17be..e29659bf00 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "PseIYzUGugsYqd0n", "name": "QIDI ABS Rapido @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS Rapido@Q2C-Series", + "from": "system", + "setting_id": "PseIYzUGugsYqd0n", + "instantiation": "true", "nozzle_temperature": [ "250" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido Metal @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido Metal @Q2.json index 8a59afe0bb..46ccb9e691 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido Metal @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido Metal @Q2.json @@ -102,4 +102,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido Metal @Q2C.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido Metal @Q2C.json index fba8b9596d..afd2b355cb 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido Metal @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido Metal @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_1_13", "name": "QIDI ABS Rapido Metal@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_1_13", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -99,4 +99,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido Metal @Qidi Q2C 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido Metal @Qidi Q2C 0.2 nozzle.json index 8b5375d3cf..4ea9d4de5b 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido Metal @Qidi Q2C 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido Metal @Qidi Q2C 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "aThu2ymueO59okjd", "name": "QIDI ABS Rapido Metal @Qidi Q2C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS Rapido Metal@Q2C-Series", + "from": "system", + "setting_id": "aThu2ymueO59okjd", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido Metal @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido Metal @Qidi Q2C 0.4 nozzle.json index b91e0ee5b8..f716a877af 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido Metal @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido Metal @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "U9oVegNbFTAg0hI1", "name": "QIDI ABS Rapido Metal @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS Rapido Metal@Q2C-Series", + "from": "system", + "setting_id": "U9oVegNbFTAg0hI1", + "instantiation": "true", "pressure_advance": [ "0.03" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido Metal @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido Metal @Qidi Q2C 0.6 nozzle.json index 3b90d3d363..26430a7e04 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido Metal @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido Metal @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "1ZuCqDtoglHX0n3E", "name": "QIDI ABS Rapido Metal @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS Rapido Metal@Q2C-Series", + "from": "system", + "setting_id": "1ZuCqDtoglHX0n3E", + "instantiation": "true", "nozzle_temperature": [ "250" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido Metal @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido Metal @Qidi Q2C 0.8 nozzle.json index 1030b71c83..6ee3923750 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido Metal @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS Rapido Metal @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "AtfdZuYrdD1DIwFP", "name": "QIDI ABS Rapido Metal @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS Rapido Metal@Q2C-Series", + "from": "system", + "setting_id": "AtfdZuYrdD1DIwFP", + "instantiation": "true", "nozzle_temperature": [ "250" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS-GF @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS-GF @Q2.json index bdf566541f..a20b7bb2c1 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ABS-GF @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS-GF @Q2.json @@ -111,4 +111,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS-GF @Q2C.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS-GF @Q2C.json index 4f09b67dc6..5e6df7914d 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ABS-GF @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS-GF @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_1_12", "name": "QIDI ABS-GF@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_1_12", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -108,4 +108,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS-GF @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS-GF @Qidi Q2C 0.4 nozzle.json index b9ec956682..49f9ae3111 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ABS-GF @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS-GF @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "aOg4RWjgsKxj4d64", "name": "QIDI ABS-GF @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS-GF@Q2C-Series", + "from": "system", + "setting_id": "aOg4RWjgsKxj4d64", + "instantiation": "true", "pressure_advance": [ "0.03" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS-GF @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS-GF @Qidi Q2C 0.6 nozzle.json index 96b26f3bb1..ab98a3b777 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ABS-GF @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS-GF @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "3S7sFSqdn1XuuXHd", "name": "QIDI ABS-GF @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS-GF@Q2C-Series", + "from": "system", + "setting_id": "3S7sFSqdn1XuuXHd", + "instantiation": "true", "pressure_advance": [ "0.01" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ABS-GF @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ABS-GF @Qidi Q2C 0.8 nozzle.json index bfbc0aa7da..62adde1284 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ABS-GF @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ABS-GF @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "fJC5bkmVshJcddR1", "name": "QIDI ABS-GF @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS-GF@Q2C-Series", + "from": "system", + "setting_id": "fJC5bkmVshJcddR1", + "instantiation": "true", "pressure_advance": [ "0.01" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ASA @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI ASA @Q2.json index 3f385e1e20..88e5d964e7 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ASA @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ASA @Q2.json @@ -108,4 +108,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ASA @Q2C.json b/resources/profiles/Qidi/filament/Q2/QIDI ASA @Q2C.json index 33b5374fec..c68044bfaf 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ASA @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ASA @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_1_18", "name": "QIDI ASA@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_1_18", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -105,4 +105,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ASA @Qidi Q2C 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ASA @Qidi Q2C 0.2 nozzle.json index d4dd95c885..f69af8550d 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ASA @Qidi Q2C 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ASA @Qidi Q2C 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "4trzdB5fUzgXxLr6", "name": "QIDI ASA @Qidi Q2C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ASA@Q2C-Series", + "from": "system", + "setting_id": "4trzdB5fUzgXxLr6", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ASA @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ASA @Qidi Q2C 0.4 nozzle.json index c94814e3c7..04837378d7 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ASA @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ASA @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "2IWByRV9P9UE0erA", "name": "QIDI ASA @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ASA@Q2C-Series", + "from": "system", + "setting_id": "2IWByRV9P9UE0erA", + "instantiation": "true", "pressure_advance": [ "0.03" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ASA @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ASA @Qidi Q2C 0.6 nozzle.json index f6f0b4deca..7ee05b965c 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ASA @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ASA @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "b8YU4smViFgry570", "name": "QIDI ASA @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ASA@Q2C-Series", + "from": "system", + "setting_id": "b8YU4smViFgry570", + "instantiation": "true", "filament_max_volumetric_speed": [ "13" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ASA @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ASA @Qidi Q2C 0.8 nozzle.json index 03d9b03942..806e473ec2 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ASA @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ASA @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "1TgAeftVfWoXHcKD", "name": "QIDI ASA @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ASA@Q2C-Series", + "from": "system", + "setting_id": "1TgAeftVfWoXHcKD", + "instantiation": "true", "filament_max_volumetric_speed": [ "13" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ASA-Aero @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI ASA-Aero @Q2.json index 71869ca1b5..b449906758 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ASA-Aero @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ASA-Aero @Q2.json @@ -123,4 +123,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ASA-Aero @Q2C.json b/resources/profiles/Qidi/filament/Q2/QIDI ASA-Aero @Q2C.json index 536cee0b3c..3c810517f6 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ASA-Aero @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ASA-Aero @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_1_19", "name": "QIDI ASA-Aero@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_1_19", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -120,4 +120,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ASA-Aero @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ASA-Aero @Qidi Q2C 0.4 nozzle.json index cc4df5b074..195ab6336b 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ASA-Aero @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ASA-Aero @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "oLZHWEc83L05TKNQ", "name": "QIDI ASA-Aero @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ASA-Aero@Q2C-Series", + "from": "system", + "setting_id": "oLZHWEc83L05TKNQ", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ASA-CF @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI ASA-CF @Q2.json index f7a738d8fb..4d2165ffd1 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ASA-CF @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ASA-CF @Q2.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_1_1_20", "name": "QIDI ASA-CF@Q2-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_1_1_20", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -108,4 +108,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ASA-CF @Q2C.json b/resources/profiles/Qidi/filament/Q2/QIDI ASA-CF @Q2C.json index 094e71797e..99e1043b46 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ASA-CF @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ASA-CF @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_1_20", "name": "QIDI ASA-CF@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_1_20", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -105,4 +105,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ASA-CF @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ASA-CF @Qidi Q2 0.4 nozzle.json index 54afbdc668..7eb6667692 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ASA-CF @Qidi Q2 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ASA-CF @Qidi Q2 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "kLkuuwlQ2g8ApMCR", "name": "QIDI ASA-CF @Qidi Q2 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ASA-CF@Q2-Series", + "from": "system", + "setting_id": "kLkuuwlQ2g8ApMCR", + "instantiation": "true", "pressure_advance": [ "0.03" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ASA-CF @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ASA-CF @Qidi Q2 0.6 nozzle.json index 174d9f2cfd..6c9d5cf3c9 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ASA-CF @Qidi Q2 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ASA-CF @Qidi Q2 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "qTg48cwBkLGytsgu", "name": "QIDI ASA-CF @Qidi Q2 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ASA-CF@Q2-Series", + "from": "system", + "setting_id": "qTg48cwBkLGytsgu", + "instantiation": "true", "filament_max_volumetric_speed": [ "13" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ASA-CF @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ASA-CF @Qidi Q2 0.8 nozzle.json index 25ad05f80a..112657bad9 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ASA-CF @Qidi Q2 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ASA-CF @Qidi Q2 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "UbgM0Eu2AGwYjS8s", "name": "QIDI ASA-CF @Qidi Q2 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ASA-CF@Q2-Series", + "from": "system", + "setting_id": "UbgM0Eu2AGwYjS8s", + "instantiation": "true", "filament_max_volumetric_speed": [ "13" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ASA-CF @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ASA-CF @Qidi Q2C 0.4 nozzle.json index a6ef7644d4..d8564ecc4a 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ASA-CF @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ASA-CF @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "3c5EBxNEeYAgyIUe", "name": "QIDI ASA-CF @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ASA-CF@Q2C-Series", + "from": "system", + "setting_id": "3c5EBxNEeYAgyIUe", + "instantiation": "true", "pressure_advance": [ "0.03" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ASA-CF @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ASA-CF @Qidi Q2C 0.6 nozzle.json index 5aa60a991f..3ff312b625 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ASA-CF @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ASA-CF @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "4sIBlrLnfparzSFk", "name": "QIDI ASA-CF @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ASA-CF@Q2C-Series", + "from": "system", + "setting_id": "4sIBlrLnfparzSFk", + "instantiation": "true", "filament_max_volumetric_speed": [ "13" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI ASA-CF @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI ASA-CF @Qidi Q2C 0.8 nozzle.json index e88a3eda1f..3b6a221de9 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI ASA-CF @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI ASA-CF @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "4LCHbc83VORH1Hmk", "name": "QIDI ASA-CF @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ASA-CF@Q2C-Series", + "from": "system", + "setting_id": "4LCHbc83VORH1Hmk", + "instantiation": "true", "filament_max_volumetric_speed": [ "13" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PA12-CF @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI PA12-CF @Q2.json index b5601c41da..c15cf5ca65 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PA12-CF @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PA12-CF @Q2.json @@ -108,4 +108,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PA12-CF @Q2C.json b/resources/profiles/Qidi/filament/Q2/QIDI PA12-CF @Q2C.json index e351368f14..3dbd928222 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PA12-CF @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PA12-CF @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_1_27", "name": "QIDI PA12-CF@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_1_27", + "instantiation": "false", "box_temperature_range_high": [ "65" ], @@ -108,4 +108,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PA12-CF @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PA12-CF @Qidi Q2C 0.4 nozzle.json index 9f3401b5b3..22a84e33fa 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PA12-CF @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PA12-CF @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "1u8IFKUCIggct4ah", "name": "QIDI PA12-CF @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PA12-CF@Q2C-Series", + "from": "system", + "setting_id": "1u8IFKUCIggct4ah", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PA12-CF @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PA12-CF @Qidi Q2C 0.6 nozzle.json index c9cd8ee8e1..4155ad71ed 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PA12-CF @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PA12-CF @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "czMRbKZQEfYYX2SC", "name": "QIDI PA12-CF @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PA12-CF@Q2C-Series", + "from": "system", + "setting_id": "czMRbKZQEfYYX2SC", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.6 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PA12-CF @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PA12-CF @Qidi Q2C 0.8 nozzle.json index 38e8ca89e3..162c8a3e2f 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PA12-CF @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PA12-CF @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "qevQtRgFRnkNJlbU", "name": "QIDI PA12-CF @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PA12-CF@Q2C-Series", + "from": "system", + "setting_id": "qevQtRgFRnkNJlbU", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.8 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PAHT-CF @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI PAHT-CF @Q2.json index b52f31c315..fe908219a5 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PAHT-CF @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PAHT-CF @Q2.json @@ -108,4 +108,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PAHT-CF @Q2C.json b/resources/profiles/Qidi/filament/Q2/QIDI PAHT-CF @Q2C.json index 03b0f27f2a..d76e92349e 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PAHT-CF @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PAHT-CF @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_1_30", "name": "QIDI PAHT-CF@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_1_30", + "instantiation": "false", "box_temperature_range_high": [ "65" ], @@ -108,4 +108,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PAHT-CF @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PAHT-CF @Qidi Q2C 0.4 nozzle.json index 2eac92f0c0..89b01339e5 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PAHT-CF @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PAHT-CF @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "19JEwv2utbuBcOd2", "name": "QIDI PAHT-CF @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PAHT-CF@Q2C-Series", + "from": "system", + "setting_id": "19JEwv2utbuBcOd2", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PAHT-CF @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PAHT-CF @Qidi Q2C 0.6 nozzle.json index 6d04cdad4c..b3449a2ac7 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PAHT-CF @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PAHT-CF @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "cQvObLcttxZG7V6I", "name": "QIDI PAHT-CF @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PAHT-CF@Q2C-Series", + "from": "system", + "setting_id": "cQvObLcttxZG7V6I", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.6 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PAHT-CF @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PAHT-CF @Qidi Q2C 0.8 nozzle.json index 208c06e64d..02e35ec9df 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PAHT-CF @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PAHT-CF @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "bUKhJUHlLLhYyq0v", "name": "QIDI PAHT-CF @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PAHT-CF@Q2C-Series", + "from": "system", + "setting_id": "bUKhJUHlLLhYyq0v", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.8 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PAHT-GF @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI PAHT-GF @Q2.json index 8a76c25532..e694512bc7 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PAHT-GF @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PAHT-GF @Q2.json @@ -108,4 +108,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PAHT-GF @Q2C.json b/resources/profiles/Qidi/filament/Q2/QIDI PAHT-GF @Q2C.json index af89065e6c..cb8c2640a3 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PAHT-GF @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PAHT-GF @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_1_31", "name": "QIDI PAHT-GF@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_1_31", + "instantiation": "false", "box_temperature_range_high": [ "65" ], @@ -108,4 +108,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PAHT-GF @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PAHT-GF @Qidi Q2C 0.4 nozzle.json index 0fa9c0ef16..31a10c7f72 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PAHT-GF @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PAHT-GF @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "vxdq7Nwg4esRFNu9", "name": "QIDI PAHT-GF @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PAHT-GF@Q2C-Series", + "from": "system", + "setting_id": "vxdq7Nwg4esRFNu9", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PAHT-GF @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PAHT-GF @Qidi Q2C 0.6 nozzle.json index ea111115fd..81b6907f8b 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PAHT-GF @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PAHT-GF @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "O3fRuZz1uLd5xrgg", "name": "QIDI PAHT-GF @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PAHT-GF@Q2C-Series", + "from": "system", + "setting_id": "O3fRuZz1uLd5xrgg", + "instantiation": "true", "pressure_advance": [ "0.015" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PAHT-GF @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PAHT-GF @Qidi Q2C 0.8 nozzle.json index 39b97843fd..c54ee9ceec 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PAHT-GF @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PAHT-GF @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "fF4PUJX9cgyqBj5s", "name": "QIDI PAHT-GF @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PAHT-GF@Q2C-Series", + "from": "system", + "setting_id": "fF4PUJX9cgyqBj5s", + "instantiation": "true", "pressure_advance": [ "0.01" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PC-ABS-FR @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI PC-ABS-FR @Q2.json index f7bfd3bfd6..d4639142de 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PC-ABS-FR @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PC-ABS-FR @Q2.json @@ -108,4 +108,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PC-ABS-FR @Q2C.json b/resources/profiles/Qidi/filament/Q2/QIDI PC-ABS-FR @Q2C.json index a9a7f91093..b0e25aa480 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PC-ABS-FR @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PC-ABS-FR @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_1_34", "name": "QIDI PC-ABS-FR@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_1_34", + "instantiation": "false", "box_temperature_range_high": [ "50" ], @@ -105,4 +105,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PC-ABS-FR @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PC-ABS-FR @Qidi Q2C 0.4 nozzle.json index bf20fd4b8c..9ee10c8fd2 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PC-ABS-FR @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PC-ABS-FR @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "MV0BnLVqbpTmN4pY", "name": "QIDI PC-ABS-FR @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PC-ABS-FR@Q2C-Series", + "from": "system", + "setting_id": "MV0BnLVqbpTmN4pY", + "instantiation": "true", "pressure_advance": [ "0.042" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PC-ABS-FR @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PC-ABS-FR @Qidi Q2C 0.6 nozzle.json index c97d92cd39..f1b5dcfd8d 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PC-ABS-FR @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PC-ABS-FR @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "fpfPAd5ZXdxRIrcy", "name": "QIDI PC-ABS-FR @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PC-ABS-FR@Q2C-Series", + "from": "system", + "setting_id": "fpfPAd5ZXdxRIrcy", + "instantiation": "true", "pressure_advance": [ "0.031" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PC-ABS-FR @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PC-ABS-FR @Qidi Q2C 0.8 nozzle.json index a5bd083d10..16739f1322 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PC-ABS-FR @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PC-ABS-FR @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "ZqkkkXPjbuCIpnMv", "name": "QIDI PC-ABS-FR @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PC-ABS-FR@Q2C-Series", + "from": "system", + "setting_id": "ZqkkkXPjbuCIpnMv", + "instantiation": "true", "pressure_advance": [ "0.024" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PEBA 95A @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI PEBA 95A @Q2.json index f0af9e1f40..9dd9600bf9 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PEBA 95A @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PEBA 95A @Q2.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_1_1_36", "name": "QIDI PEBA 95A@Q2-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_1_1_36", + "instantiation": "false", "fan_cooling_layer_time": [ "100" ], @@ -93,4 +93,4 @@ "textured_cool_plate_temp_initial_layer": [ "30" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PEBA 95A @Q2C.json b/resources/profiles/Qidi/filament/Q2/QIDI PEBA 95A @Q2C.json index 241738fe65..e1c1441da1 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PEBA 95A @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PEBA 95A @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_1_36", "name": "QIDI PEBA 95A@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_1_36", + "instantiation": "false", "fan_cooling_layer_time": [ "100" ], @@ -93,4 +93,4 @@ "textured_cool_plate_temp_initial_layer": [ "30" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PEBA 95A @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PEBA 95A @Qidi Q2 0.4 nozzle.json index dc324d3ea2..9bac0f5d4a 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PEBA 95A @Qidi Q2 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PEBA 95A @Qidi Q2 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "A8c8z50h8irCTzgy", "name": "QIDI PEBA 95A @Qidi Q2 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PEBA 95A@Q2-Series", + "from": "system", + "setting_id": "A8c8z50h8irCTzgy", + "instantiation": "true", "compatible_printers": [ "Qidi Q2 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PEBA 95A @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PEBA 95A @Qidi Q2 0.6 nozzle.json index 444af78ff9..5f2b92705b 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PEBA 95A @Qidi Q2 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PEBA 95A @Qidi Q2 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "UKXpo4G5hGGZsn3A", "name": "QIDI PEBA 95A @Qidi Q2 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PEBA 95A@Q2-Series", + "from": "system", + "setting_id": "UKXpo4G5hGGZsn3A", + "instantiation": "true", "compatible_printers": [ "Qidi Q2 0.6 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PEBA 95A @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PEBA 95A @Qidi Q2C 0.4 nozzle.json index 9d2006b8c1..7aa853435d 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PEBA 95A @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PEBA 95A @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "vJ2SMIO0mxCouFWb", "name": "QIDI PEBA 95A @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PEBA 95A@Q2C-Series", + "from": "system", + "setting_id": "vJ2SMIO0mxCouFWb", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PEBA 95A @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PEBA 95A @Qidi Q2C 0.6 nozzle.json index 7969106f59..cc307111ca 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PEBA 95A @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PEBA 95A @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "w9NXPAGugtCOi4g4", "name": "QIDI PEBA 95A @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PEBA 95A@Q2C-Series", + "from": "system", + "setting_id": "w9NXPAGugtCOi4g4", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.6 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PET-CF @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI PET-CF @Q2.json index fe35c0b840..211f90a3a6 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PET-CF @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PET-CF @Q2.json @@ -108,4 +108,4 @@ "textured_cool_plate_temp_initial_layer": [ "70" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PET-CF @Q2C.json b/resources/profiles/Qidi/filament/Q2/QIDI PET-CF @Q2C.json index 5ab5930eb1..59f7315e29 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PET-CF @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PET-CF @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_1_37", "name": "QIDI PET-CF@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_1_37", + "instantiation": "false", "box_temperature_range_high": [ "65" ], @@ -108,4 +108,4 @@ "textured_cool_plate_temp_initial_layer": [ "70" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PET-CF @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PET-CF @Qidi Q2C 0.4 nozzle.json index 42ea7a834d..3421801cf6 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PET-CF @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PET-CF @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "bqf0nv6TibBm2zIy", "name": "QIDI PET-CF @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PET-CF@Q2C-Series", + "from": "system", + "setting_id": "bqf0nv6TibBm2zIy", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PET-CF @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PET-CF @Qidi Q2C 0.6 nozzle.json index e68ba6334d..d66e9e34af 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PET-CF @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PET-CF @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "ZyRe7KewhXKNHXUR", "name": "QIDI PET-CF @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PET-CF@Q2C-Series", + "from": "system", + "setting_id": "ZyRe7KewhXKNHXUR", + "instantiation": "true", "pressure_advance": [ "0.025" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PET-CF @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PET-CF @Qidi Q2C 0.8 nozzle.json index bd6a78e34e..43e288d25f 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PET-CF @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PET-CF @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "Oz5J6NHYJpy0Qhm2", "name": "QIDI PET-CF @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PET-CF@Q2C-Series", + "from": "system", + "setting_id": "Oz5J6NHYJpy0Qhm2", + "instantiation": "true", "pressure_advance": [ "0.025" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PET-GF @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI PET-GF @Q2.json index 2de43e370e..85fc6f5847 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PET-GF @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PET-GF @Q2.json @@ -108,4 +108,4 @@ "textured_cool_plate_temp_initial_layer": [ "70" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PET-GF @Q2C.json b/resources/profiles/Qidi/filament/Q2/QIDI PET-GF @Q2C.json index 66c090696d..c7e66b7972 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PET-GF @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PET-GF @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_1_38", "name": "QIDI PET-GF@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_1_38", + "instantiation": "false", "box_temperature_range_high": [ "50" ], @@ -108,4 +108,4 @@ "textured_cool_plate_temp_initial_layer": [ "70" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PET-GF @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PET-GF @Qidi Q2C 0.4 nozzle.json index 5be6ed7b52..b7b373581a 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PET-GF @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PET-GF @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "zeqpSRbhDK45RDxT", "name": "QIDI PET-GF @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PET-GF@Q2C-Series", + "from": "system", + "setting_id": "zeqpSRbhDK45RDxT", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PET-GF @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PET-GF @Qidi Q2C 0.6 nozzle.json index e049945b83..e16b9e19aa 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PET-GF @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PET-GF @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "TKco12fyuw1wZ8yF", "name": "QIDI PET-GF @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PET-GF@Q2C-Series", + "from": "system", + "setting_id": "TKco12fyuw1wZ8yF", + "instantiation": "true", "pressure_advance": [ "0.014" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PET-GF @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PET-GF @Qidi Q2C 0.8 nozzle.json index e4b0805376..2ef8dac1a2 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PET-GF @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PET-GF @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "0zEwjck3KMuCUV65", "name": "QIDI PET-GF @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PET-GF@Q2C-Series", + "from": "system", + "setting_id": "0zEwjck3KMuCUV65", + "instantiation": "true", "pressure_advance": [ "0.01" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Q2.json index 057b427271..ba87c9a3b7 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Q2.json @@ -99,4 +99,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Q2C.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Q2C.json index fd0687c6b9..a08ec8af68 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_1_39", "name": "QIDI PETG Basic@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_1_39", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -99,4 +99,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Qidi Q2C 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Qidi Q2C 0.2 nozzle.json index ffd95ccd28..fa133ab110 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Qidi Q2C 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Qidi Q2C 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "cmDsiuMabyDU7XoL", "name": "QIDI PETG Basic @Qidi Q2C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG Basic@Q2C-Series", + "from": "system", + "setting_id": "cmDsiuMabyDU7XoL", + "instantiation": "true", "filament_max_volumetric_speed": [ "1" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Qidi Q2C 0.4 nozzle.json index 029a8255a7..7ed12927a4 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "myllwvTQwpkLwYOJ", "name": "QIDI PETG Basic @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG Basic@Q2C-Series", + "from": "system", + "setting_id": "myllwvTQwpkLwYOJ", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Qidi Q2C 0.6 nozzle.json index f7545df975..ae210b4526 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "uJRjUoz9NvS8UNbZ", "name": "QIDI PETG Basic @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG Basic@Q2C-Series", + "from": "system", + "setting_id": "uJRjUoz9NvS8UNbZ", + "instantiation": "true", "pressure_advance": [ "0.04" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Qidi Q2C 0.8 nozzle.json index 29968a5c10..2403813ee6 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Basic @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "4GmsTinCKy3DJIRj", "name": "QIDI PETG Basic @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG Basic@Q2C-Series", + "from": "system", + "setting_id": "4GmsTinCKy3DJIRj", + "instantiation": "true", "pressure_advance": [ "0.04" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Q2.json index 328af0661d..9815a8eb64 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Q2.json @@ -99,4 +99,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Q2C.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Q2C.json index 0eb330fc47..1c50f16b51 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_1_41", "name": "QIDI PETG Rapido@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_1_41", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -99,4 +99,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Qidi Q2C 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Qidi Q2C 0.2 nozzle.json index 4688dd740b..3a1e0feda8 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Qidi Q2C 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Qidi Q2C 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GGulRExJ8O22prw5", "name": "QIDI PETG Rapido @Qidi Q2C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG Rapido@Q2C-Series", + "from": "system", + "setting_id": "GGulRExJ8O22prw5", + "instantiation": "true", "filament_max_volumetric_speed": [ "1" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Qidi Q2C 0.4 nozzle.json index f0467ebc00..0a1066eecd 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "aPlfkb8XVHh2ImCZ", "name": "QIDI PETG Rapido @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG Rapido@Q2C-Series", + "from": "system", + "setting_id": "aPlfkb8XVHh2ImCZ", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Qidi Q2C 0.6 nozzle.json index c1281c715a..868f11f254 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "JKLS99QCyNqP6HpN", "name": "QIDI PETG Rapido @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG Rapido@Q2C-Series", + "from": "system", + "setting_id": "JKLS99QCyNqP6HpN", + "instantiation": "true", "pressure_advance": [ "0.04" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Qidi Q2C 0.8 nozzle.json index 29852440cd..02a49b12bb 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Rapido @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "91jRijgkVsBVcseN", "name": "QIDI PETG Rapido @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG Rapido@Q2C-Series", + "from": "system", + "setting_id": "91jRijgkVsBVcseN", + "instantiation": "true", "pressure_advance": [ "0.04" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Q2.json index 7c208b4b10..b8f8c4ec5f 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Q2.json @@ -99,4 +99,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Q2C.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Q2C.json index eebbf9eb2a..3f272efaee 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_1_40", "name": "QIDI PETG Tough@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_1_40", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -99,4 +99,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Qidi Q2C 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Qidi Q2C 0.2 nozzle.json index bb19426f61..eb3348ae01 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Qidi Q2C 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Qidi Q2C 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "rv26NO5Wot3ze5vT", "name": "QIDI PETG Tough @Qidi Q2C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG Tough@Q2C-Series", + "from": "system", + "setting_id": "rv26NO5Wot3ze5vT", + "instantiation": "true", "filament_max_volumetric_speed": [ "1" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Qidi Q2C 0.4 nozzle.json index 413e1ebc22..84195ef6d4 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GZWWBRvZwhVvxHqg", "name": "QIDI PETG Tough @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG Tough@Q2C-Series", + "from": "system", + "setting_id": "GZWWBRvZwhVvxHqg", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Qidi Q2C 0.6 nozzle.json index b5b8d2d588..ac8acabcda 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "3rOOjrvu6WClnoDc", "name": "QIDI PETG Tough @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG Tough@Q2C-Series", + "from": "system", + "setting_id": "3rOOjrvu6WClnoDc", + "instantiation": "true", "pressure_advance": [ "0.04" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Qidi Q2C 0.8 nozzle.json index 21a4edbcef..d2a0f96fe0 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Tough @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "h2JK23LvFSKngIoU", "name": "QIDI PETG Tough @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG Tough@Q2C-Series", + "from": "system", + "setting_id": "h2JK23LvFSKngIoU", + "instantiation": "true", "pressure_advance": [ "0.04" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Q2.json index b8541224c4..64a56ca919 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Q2.json @@ -99,4 +99,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Q2C.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Q2C.json index 984eead1b4..6010799fff 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_1_45", "name": "QIDI PETG Translucent@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_1_45", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -99,4 +99,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Qidi Q2C 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Qidi Q2C 0.2 nozzle.json index b823909287..345e993b73 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Qidi Q2C 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Qidi Q2C 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "e2GEG1ZDjxFPcf3T", "name": "QIDI PETG Translucent @Qidi Q2C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG Translucent@Q2C-Series", + "from": "system", + "setting_id": "e2GEG1ZDjxFPcf3T", + "instantiation": "true", "filament_max_volumetric_speed": [ "1" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Qidi Q2C 0.4 nozzle.json index c5625da33b..c33f7317fb 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "D1FXyPnXPva8J8GK", "name": "QIDI PETG Translucent @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG Translucent@Q2C-Series", + "from": "system", + "setting_id": "D1FXyPnXPva8J8GK", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Qidi Q2C 0.6 nozzle.json index 4d5f78d671..3979d32a39 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "93FRGhgEpKKEV1Us", "name": "QIDI PETG Translucent @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG Translucent@Q2C-Series", + "from": "system", + "setting_id": "93FRGhgEpKKEV1Us", + "instantiation": "true", "pressure_advance": [ "0.04" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Qidi Q2C 0.8 nozzle.json index c6c343efd8..784175ab2a 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG Translucent @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "KTBwATMsWZDT9JSd", "name": "QIDI PETG Translucent @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG Translucent@Q2C-Series", + "from": "system", + "setting_id": "KTBwATMsWZDT9JSd", + "instantiation": "true", "pressure_advance": [ "0.04" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG-CF @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG-CF @Q2.json index fa007aeb0d..475b8f2a78 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PETG-CF @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG-CF @Q2.json @@ -99,4 +99,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG-CF @Q2C.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG-CF @Q2C.json index 1a3bfa76e5..4ba3a94c25 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PETG-CF @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG-CF @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_1_42", "name": "QIDI PETG-CF@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_1_42", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -99,4 +99,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG-CF @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG-CF @Qidi Q2C 0.4 nozzle.json index 1d54a2ef38..f3a969c7d5 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PETG-CF @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG-CF @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "a3TeQs2LPkvVHhuQ", "name": "QIDI PETG-CF @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG-CF@Q2C-Series", + "from": "system", + "setting_id": "a3TeQs2LPkvVHhuQ", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG-CF @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG-CF @Qidi Q2C 0.6 nozzle.json index 76bd4c30ce..fe6b63b5ac 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PETG-CF @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG-CF @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "mIQgT9i0sI6nUk2K", "name": "QIDI PETG-CF @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG-CF@Q2C-Series", + "from": "system", + "setting_id": "mIQgT9i0sI6nUk2K", + "instantiation": "true", "pressure_advance": [ "0.04" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG-CF @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG-CF @Qidi Q2C 0.8 nozzle.json index 2c26e4f62c..a22fcd12e1 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PETG-CF @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG-CF @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "e9OFaUogg3JwJ8p1", "name": "QIDI PETG-CF @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG-CF@Q2C-Series", + "from": "system", + "setting_id": "e9OFaUogg3JwJ8p1", + "instantiation": "true", "pressure_advance": [ "0.04" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG-GF @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG-GF @Q2.json index a0cbef07ca..d510eb7fe8 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PETG-GF @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG-GF @Q2.json @@ -99,4 +99,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG-GF @Q2C.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG-GF @Q2C.json index 660a2a4d06..353d2eb3ee 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PETG-GF @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG-GF @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_1_43", "name": "QIDI PETG-GF@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_1_43", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -99,4 +99,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG-GF @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG-GF @Qidi Q2C 0.4 nozzle.json index a8116f9b0b..7a9d1eec5f 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PETG-GF @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG-GF @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "88oBSw0H0cVUieZQ", "name": "QIDI PETG-GF @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG-GF@Q2C-Series", + "from": "system", + "setting_id": "88oBSw0H0cVUieZQ", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG-GF @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG-GF @Qidi Q2C 0.6 nozzle.json index 8023d9d26e..4a22fd5257 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PETG-GF @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG-GF @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "4tN3kEMXaHjBBxwF", "name": "QIDI PETG-GF @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG-GF@Q2C-Series", + "from": "system", + "setting_id": "4tN3kEMXaHjBBxwF", + "instantiation": "true", "pressure_advance": [ "0.04" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PETG-GF @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PETG-GF @Qidi Q2C 0.8 nozzle.json index d13eb6d356..0a492ed9bd 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PETG-GF @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PETG-GF @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "Gf491nomAtcjhAvJ", "name": "QIDI PETG-GF @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG-GF@Q2C-Series", + "from": "system", + "setting_id": "Gf491nomAtcjhAvJ", + "instantiation": "true", "pressure_advance": [ "0.04" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Basic @Q2C.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Basic @Q2C.json index ea9bfcb1cf..4597470db3 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PLA Basic @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Basic @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_1_7", "name": "QIDI PLA Basic@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_1_7", + "instantiation": "false", "cool_plate_temp_initial_layer": [ "45" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Basic @Qidi Q2C 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Basic @Qidi Q2C 0.2 nozzle.json index 30afead70d..2947822c17 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PLA Basic @Qidi Q2C 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Basic @Qidi Q2C 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "wpQKjPe8jRwQ3WBI", "name": "QIDI PLA Basic @Qidi Q2C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Basic@Q2C-Series", + "from": "system", + "setting_id": "wpQKjPe8jRwQ3WBI", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Basic @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Basic @Qidi Q2C 0.4 nozzle.json index 66d36a13b9..86445026a4 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PLA Basic @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Basic @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "jlX2OfKRNzFI682k", "name": "QIDI PLA Basic @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Basic@Q2C-Series", + "from": "system", + "setting_id": "jlX2OfKRNzFI682k", + "instantiation": "true", "pressure_advance": [ "0.038" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Basic @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Basic @Qidi Q2C 0.6 nozzle.json index fe3ec70e7e..2e707d20f6 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PLA Basic @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Basic @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "oxEN8DYf9kkKS8qg", "name": "QIDI PLA Basic @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Basic@Q2C-Series", + "from": "system", + "setting_id": "oxEN8DYf9kkKS8qg", + "instantiation": "true", "pressure_advance": [ "0.016" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Basic @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Basic @Qidi Q2C 0.8 nozzle.json index 59a50b46e7..6261c8e6ac 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PLA Basic @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Basic @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "gEs3guvsWgjmTsHz", "name": "QIDI PLA Basic @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Basic@Q2C-Series", + "from": "system", + "setting_id": "gEs3guvsWgjmTsHz", + "instantiation": "true", "pressure_advance": [ "0.008" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Matte Basic @Q2C.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Matte Basic @Q2C.json index a487a0a004..824ff1d846 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PLA Matte Basic @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Matte Basic @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_1_8", "name": "QIDI PLA Matte Basic@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_1_8", + "instantiation": "false", "cool_plate_temp_initial_layer": [ "45" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Matte Basic @Qidi Q2C 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Matte Basic @Qidi Q2C 0.2 nozzle.json index 5ff9cf828f..f6a7b35d95 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PLA Matte Basic @Qidi Q2C 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Matte Basic @Qidi Q2C 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "FYKnzaxIcuv1gjpL", "name": "QIDI PLA Matte Basic @Qidi Q2C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Matte Basic@Q2C-Series", + "from": "system", + "setting_id": "FYKnzaxIcuv1gjpL", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Matte Basic @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Matte Basic @Qidi Q2C 0.4 nozzle.json index 0e7b800526..943994cfea 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PLA Matte Basic @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Matte Basic @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "KMss48gyKoL4j5zn", "name": "QIDI PLA Matte Basic @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Matte Basic@Q2C-Series", + "from": "system", + "setting_id": "KMss48gyKoL4j5zn", + "instantiation": "true", "pressure_advance": [ "0.038" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Matte Basic @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Matte Basic @Qidi Q2C 0.6 nozzle.json index f2560dbdec..544cf55818 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PLA Matte Basic @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Matte Basic @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "bausfUncYuKRihBt", "name": "QIDI PLA Matte Basic @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Matte Basic@Q2C-Series", + "from": "system", + "setting_id": "bausfUncYuKRihBt", + "instantiation": "true", "pressure_advance": [ "0.016" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Matte Basic @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Matte Basic @Qidi Q2C 0.8 nozzle.json index df852a8a74..d39bee62b2 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PLA Matte Basic @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Matte Basic @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "5yqKP3fPaQr6GJvk", "name": "QIDI PLA Matte Basic @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Matte Basic@Q2C-Series", + "from": "system", + "setting_id": "5yqKP3fPaQr6GJvk", + "instantiation": "true", "pressure_advance": [ "0.008" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido @Q2C.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido @Q2C.json index 48c549235e..d3afa29ba4 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_1_1", "name": "QIDI PLA Rapido@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_1_1", + "instantiation": "false", "cool_plate_temp_initial_layer": [ "45" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido @Qidi Q2C 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido @Qidi Q2C 0.2 nozzle.json index eea346db62..8616e8692b 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido @Qidi Q2C 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido @Qidi Q2C 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "jwbytNUPLwz51w3j", "name": "QIDI PLA Rapido @Qidi Q2C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Rapido@Q2C-Series", + "from": "system", + "setting_id": "jwbytNUPLwz51w3j", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido @Qidi Q2C 0.4 nozzle.json index 620b080842..d45e2ab2a0 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "YRPfFnPdVsDfaafq", "name": "QIDI PLA Rapido @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Rapido@Q2C-Series", + "from": "system", + "setting_id": "YRPfFnPdVsDfaafq", + "instantiation": "true", "pressure_advance": [ "0.034" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido @Qidi Q2C 0.6 nozzle.json index ceefe5e06e..bfef1b2a40 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "eGM1To6M3Nonr9WC", "name": "QIDI PLA Rapido @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Rapido@Q2C-Series", + "from": "system", + "setting_id": "eGM1To6M3Nonr9WC", + "instantiation": "true", "pressure_advance": [ "0.016" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido @Qidi Q2C 0.8 nozzle.json index 69c4b11a20..85774af891 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "NMRzlpF5RoggSMUB", "name": "QIDI PLA Rapido @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Rapido@Q2C-Series", + "from": "system", + "setting_id": "NMRzlpF5RoggSMUB", + "instantiation": "true", "pressure_advance": [ "0.008" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Matte @Q2C.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Matte @Q2C.json index 644d98f36c..b8cf01a822 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Matte @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Matte @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_1_2", "name": "QIDI PLA Rapido Matte@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_1_2", + "instantiation": "false", "additional_cooling_fan_speed": [ "100" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Matte @Qidi Q2C 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Matte @Qidi Q2C 0.2 nozzle.json index 252cd5e317..df760ae937 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Matte @Qidi Q2C 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Matte @Qidi Q2C 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "RJQBUrDfhHtKj6XI", "name": "QIDI PLA Rapido Matte @Qidi Q2C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Rapido Matte@Q2C-Series", + "from": "system", + "setting_id": "RJQBUrDfhHtKj6XI", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Matte @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Matte @Qidi Q2C 0.4 nozzle.json index 47ef0abb3f..b5f36950fe 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Matte @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Matte @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "tH0zT7nTGNX82gV3", "name": "QIDI PLA Rapido Matte @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Rapido Matte@Q2C-Series", + "from": "system", + "setting_id": "tH0zT7nTGNX82gV3", + "instantiation": "true", "pressure_advance": [ "0.034" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Matte @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Matte @Qidi Q2C 0.6 nozzle.json index 3986d88e73..021e11cc55 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Matte @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Matte @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "H9XIQdpvredK4doN", "name": "QIDI PLA Rapido Matte @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Rapido Matte@Q2C-Series", + "from": "system", + "setting_id": "H9XIQdpvredK4doN", + "instantiation": "true", "pressure_advance": [ "0.016" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Matte @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Matte @Qidi Q2C 0.8 nozzle.json index 238e5ea341..f8b8746941 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Matte @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Matte @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "ejvNsJ67Q3e5GQLN", "name": "QIDI PLA Rapido Matte @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Rapido Matte@Q2C-Series", + "from": "system", + "setting_id": "ejvNsJ67Q3e5GQLN", + "instantiation": "true", "pressure_advance": [ "0.008" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Metal @Q2C.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Metal @Q2C.json index 9ae9864bd7..2e3295cd86 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Metal @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Metal @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_1_3", "name": "QIDI PLA Rapido Metal@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_1_3", + "instantiation": "false", "filament_type": [ "PLA" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Metal @Qidi Q2C 0.2 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Metal @Qidi Q2C 0.2 nozzle.json index 83db10e234..a1e4c8976d 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Metal @Qidi Q2C 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Metal @Qidi Q2C 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "6zLncXZ6JCWQWc69", "name": "QIDI PLA Rapido Metal @Qidi Q2C 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Rapido Metal@Q2C-Series", + "from": "system", + "setting_id": "6zLncXZ6JCWQWc69", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Metal @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Metal @Qidi Q2C 0.4 nozzle.json index b8c7d0f1f1..19da87c65c 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Metal @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Metal @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "mn6J5ZBTjcr4cINP", "name": "QIDI PLA Rapido Metal @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Rapido Metal@Q2C-Series", + "from": "system", + "setting_id": "mn6J5ZBTjcr4cINP", + "instantiation": "true", "pressure_advance": [ "0.038" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Metal @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Metal @Qidi Q2C 0.6 nozzle.json index e71aca74bb..d4f0ba4005 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Metal @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Metal @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "mGnSMw4Pg5llLuLo", "name": "QIDI PLA Rapido Metal @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Rapido Metal@Q2C-Series", + "from": "system", + "setting_id": "mGnSMw4Pg5llLuLo", + "instantiation": "true", "pressure_advance": [ "0.020" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Metal @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Metal @Qidi Q2C 0.8 nozzle.json index dfc789c39a..c041fe4d0c 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Metal @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Metal @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "cAFmKJHPAshlluST", "name": "QIDI PLA Rapido Metal @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Rapido Metal@Q2C-Series", + "from": "system", + "setting_id": "cAFmKJHPAshlluST", + "instantiation": "true", "pressure_advance": [ "0.01" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Silk @Q2C.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Silk @Q2C.json index fc484b6ead..9d07d3375e 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Silk @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Silk @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_1_4", "name": "QIDI PLA Rapido Silk@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_1_4", + "instantiation": "false", "additional_cooling_fan_speed": [ "100" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Silk @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Silk @Qidi Q2C 0.4 nozzle.json index d79972344a..d42e11b9ae 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Silk @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Silk @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "UiribWz6dXt3jzup", "name": "QIDI PLA Rapido Silk @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Rapido Silk@Q2C-Series", + "from": "system", + "setting_id": "UiribWz6dXt3jzup", + "instantiation": "true", "pressure_advance": [ "0.034" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Silk @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Silk @Qidi Q2C 0.6 nozzle.json index c658450bc2..5e7bbaefdc 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Silk @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA Rapido Silk @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "yZ3G2LyyN2iP9RTu", "name": "QIDI PLA Rapido Silk @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Rapido Silk@Q2C-Series", + "from": "system", + "setting_id": "yZ3G2LyyN2iP9RTu", + "instantiation": "true", "pressure_advance": [ "0.021" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA-CF @Q2C.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA-CF @Q2C.json index e472c6c14b..67832cba33 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PLA-CF @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA-CF @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_1_5", "name": "QIDI PLA-CF@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_1_5", + "instantiation": "false", "filament_adhesiveness_category": [ "100" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA-CF @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA-CF @Qidi Q2C 0.4 nozzle.json index 8b683ddf12..d582cc6eac 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PLA-CF @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA-CF @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "n8Oq2FaJ7D6LodTC", "name": "QIDI PLA-CF @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA-CF@Q2C-Series", + "from": "system", + "setting_id": "n8Oq2FaJ7D6LodTC", + "instantiation": "true", "pressure_advance": [ "0.034" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA-CF @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA-CF @Qidi Q2C 0.6 nozzle.json index 530b7ffa84..1f11e861fd 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PLA-CF @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA-CF @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "lmelEA4doZJ4NESg", "name": "QIDI PLA-CF @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA-CF@Q2C-Series", + "from": "system", + "setting_id": "lmelEA4doZJ4NESg", + "instantiation": "true", "pressure_advance": [ "0.012" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PLA-CF @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PLA-CF @Qidi Q2C 0.8 nozzle.json index 0f93d1446c..8b28308b25 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PLA-CF @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PLA-CF @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "YCDOpbUtf3MQEMW9", "name": "QIDI PLA-CF @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA-CF@Q2C-Series", + "from": "system", + "setting_id": "YCDOpbUtf3MQEMW9", + "instantiation": "true", "filament_max_volumetric_speed": [ "18" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PPS-CF @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI PPS-CF @Q2.json index b660907a06..dc4e1fd221 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PPS-CF @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PPS-CF @Q2.json @@ -111,4 +111,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PPS-CF @Q2C.json b/resources/profiles/Qidi/filament/Q2/QIDI PPS-CF @Q2C.json index f6c81f01cc..2f27693f04 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PPS-CF @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PPS-CF @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_1_44", "name": "QIDI PPS-CF@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_1_44", + "instantiation": "false", "box_temperature_range_high": [ "65" ], @@ -111,4 +111,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PPS-CF @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PPS-CF @Qidi Q2C 0.4 nozzle.json index 942442c970..7bb6e1ff78 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PPS-CF @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PPS-CF @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "gskPF1tpzSKrb6zt", "name": "QIDI PPS-CF @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PPS-CF@Q2C-Series", + "from": "system", + "setting_id": "gskPF1tpzSKrb6zt", + "instantiation": "true", "pressure_advance": [ "0.03" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PPS-CF @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PPS-CF @Qidi Q2C 0.6 nozzle.json index d37c2ad801..8376eb7332 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PPS-CF @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PPS-CF @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "E6qMYOhwcaLXpho8", "name": "QIDI PPS-CF @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PPS-CF@Q2C-Series", + "from": "system", + "setting_id": "E6qMYOhwcaLXpho8", + "instantiation": "true", "pressure_advance": [ "0.021" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PPS-CF @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PPS-CF @Qidi Q2C 0.8 nozzle.json index ae6c940b29..7a72aacab7 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PPS-CF @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PPS-CF @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "PyswXDniz2jG2qcr", "name": "QIDI PPS-CF @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PPS-CF@Q2C-Series", + "from": "system", + "setting_id": "PyswXDniz2jG2qcr", + "instantiation": "true", "pressure_advance": [ "0.008" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PPS-GF @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI PPS-GF @Q2.json index 5b856a470e..f1de945749 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PPS-GF @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PPS-GF @Q2.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_1_1_46", "name": "QIDI PPS-GF@Q2-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_1_1_46", + "instantiation": "false", "box_temperature_range_high": [ "65" ], @@ -114,4 +114,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PPS-GF @Q2C.json b/resources/profiles/Qidi/filament/Q2/QIDI PPS-GF @Q2C.json index 24edfefc73..3fda14c322 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PPS-GF @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PPS-GF @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_1_46", "name": "QIDI PPS-GF@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_1_46", + "instantiation": "false", "box_temperature_range_high": [ "65" ], @@ -111,4 +111,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PPS-GF @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PPS-GF @Qidi Q2 0.4 nozzle.json index 5e0f3658dd..fb481f5704 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PPS-GF @Qidi Q2 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PPS-GF @Qidi Q2 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "VNDS3Q7xaoZKbu92", "name": "QIDI PPS-GF @Qidi Q2 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PPS-GF@Q2-Series", + "from": "system", + "setting_id": "VNDS3Q7xaoZKbu92", + "instantiation": "true", "pressure_advance": [ "0.03" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PPS-GF @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PPS-GF @Qidi Q2 0.6 nozzle.json index e82f6c1a54..45e0e4e8bc 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PPS-GF @Qidi Q2 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PPS-GF @Qidi Q2 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "Pmt9r3KLuDxb36mX", "name": "QIDI PPS-GF @Qidi Q2 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PPS-GF@Q2-Series", + "from": "system", + "setting_id": "Pmt9r3KLuDxb36mX", + "instantiation": "true", "pressure_advance": [ "0.021" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PPS-GF @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PPS-GF @Qidi Q2 0.8 nozzle.json index b922eaf99b..798ff1fee2 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PPS-GF @Qidi Q2 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PPS-GF @Qidi Q2 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "x4hehtim7NYSSmaf", "name": "QIDI PPS-GF @Qidi Q2 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PPS-GF@Q2-Series", + "from": "system", + "setting_id": "x4hehtim7NYSSmaf", + "instantiation": "true", "pressure_advance": [ "0.008" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PPS-GF @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PPS-GF @Qidi Q2C 0.4 nozzle.json index 5f6cb39bb4..c93e3ec0e6 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PPS-GF @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PPS-GF @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "DXf7va4b0pLFJAI6", "name": "QIDI PPS-GF @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PPS-GF@Q2C-Series", + "from": "system", + "setting_id": "DXf7va4b0pLFJAI6", + "instantiation": "true", "pressure_advance": [ "0.03" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PPS-GF @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PPS-GF @Qidi Q2C 0.6 nozzle.json index 91dfdf41bc..6478df6ddc 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PPS-GF @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PPS-GF @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "FigvAJn38PfjU9LR", "name": "QIDI PPS-GF @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PPS-GF@Q2C-Series", + "from": "system", + "setting_id": "FigvAJn38PfjU9LR", + "instantiation": "true", "pressure_advance": [ "0.021" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI PPS-GF @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI PPS-GF @Qidi Q2C 0.8 nozzle.json index 3bb98f4f5a..33a66769c3 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI PPS-GF @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI PPS-GF @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "6pOI4AUFTKKOtmdi", "name": "QIDI PPS-GF @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PPS-GF@Q2C-Series", + "from": "system", + "setting_id": "6pOI4AUFTKKOtmdi", + "instantiation": "true", "pressure_advance": [ "0.008" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI Support For PAHT @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI Support For PAHT @Q2.json index 7d3df895ae..7e12181e9d 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI Support For PAHT @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI Support For PAHT @Q2.json @@ -111,4 +111,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI Support For PAHT @Q2C.json b/resources/profiles/Qidi/filament/Q2/QIDI Support For PAHT @Q2C.json index 7a263101f0..1dfffa1bd7 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI Support For PAHT @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI Support For PAHT @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_1_32", "name": "QIDI Support For PAHT@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_1_32", + "instantiation": "false", "box_temperature_range_high": [ "65" ], @@ -111,4 +111,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI Support For PAHT @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI Support For PAHT @Qidi Q2C 0.4 nozzle.json index 4f7c6a3527..38dbf5a936 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI Support For PAHT @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI Support For PAHT @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "4lFfvmONQVUb7PSr", "name": "QIDI Support For PAHT @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI Support For PAHT@Q2C-Series", + "from": "system", + "setting_id": "4lFfvmONQVUb7PSr", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI Support For PAHT @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI Support For PAHT @Qidi Q2C 0.6 nozzle.json index 0be3a07ba3..694ea5743a 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI Support For PAHT @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI Support For PAHT @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "a8HNWpPJjrCglxFd", "name": "QIDI Support For PAHT @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI Support For PAHT@Q2C-Series", + "from": "system", + "setting_id": "a8HNWpPJjrCglxFd", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.6 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI Support For PAHT @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI Support For PAHT @Qidi Q2C 0.8 nozzle.json index 045df06e14..56f87e457a 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI Support For PAHT @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI Support For PAHT @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "rSb8eojmAbRLKH5t", "name": "QIDI Support For PAHT @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI Support For PAHT@Q2C-Series", + "from": "system", + "setting_id": "rSb8eojmAbRLKH5t", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.8 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI Support For PET-PA @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI Support For PET-PA @Q2.json index e0f9db452a..25dca621ad 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI Support For PET-PA @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI Support For PET-PA @Q2.json @@ -111,4 +111,4 @@ "textured_cool_plate_temp_initial_layer": [ "70" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI Support For PET-PA @Q2C.json b/resources/profiles/Qidi/filament/Q2/QIDI Support For PET-PA @Q2C.json index 4a29cb7f0f..f126a37f8e 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI Support For PET-PA @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI Support For PET-PA @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_1_33", "name": "QIDI Support For PET/PA@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_1_33", + "instantiation": "false", "box_temperature_range_high": [ "65" ], @@ -111,4 +111,4 @@ "textured_cool_plate_temp_initial_layer": [ "70" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI Support For PET-PA @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI Support For PET-PA @Qidi Q2C 0.4 nozzle.json index fa401f781d..67c5633682 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI Support For PET-PA @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI Support For PET-PA @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "G3r0SQ4Ms90nYDmW", "name": "QIDI Support For PET/PA @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI Support For PET/PA@Q2C-Series", + "from": "system", + "setting_id": "G3r0SQ4Ms90nYDmW", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI Support For PET-PA @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI Support For PET-PA @Qidi Q2C 0.6 nozzle.json index 33bb3ec8a0..f717441c2d 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI Support For PET-PA @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI Support For PET-PA @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "5ZtHiuELFCXDNEZq", "name": "QIDI Support For PET/PA @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI Support For PET/PA@Q2C-Series", + "from": "system", + "setting_id": "5ZtHiuELFCXDNEZq", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.6 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI Support For PET-PA @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI Support For PET-PA @Qidi Q2C 0.8 nozzle.json index ad2242cc58..121e87d77f 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI Support For PET-PA @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI Support For PET-PA @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "qM1c1tU9XPi4CiyV", "name": "QIDI Support For PET/PA @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI Support For PET/PA@Q2C-Series", + "from": "system", + "setting_id": "qM1c1tU9XPi4CiyV", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.8 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI TPU 95A-HF @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI TPU 95A-HF @Q2.json index 5393003f87..b31512f047 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI TPU 95A-HF @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI TPU 95A-HF @Q2.json @@ -81,4 +81,4 @@ "textured_cool_plate_temp_initial_layer": [ "30" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI TPU 95A-HF @Q2C.json b/resources/profiles/Qidi/filament/Q2/QIDI TPU 95A-HF @Q2C.json index 8280fbdea7..dd9b428fed 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI TPU 95A-HF @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI TPU 95A-HF @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_1_50", "name": "QIDI TPU 95A-HF@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_1_50", + "instantiation": "false", "filament_adhesiveness_category": [ "600" ], @@ -81,4 +81,4 @@ "textured_cool_plate_temp_initial_layer": [ "30" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI TPU 95A-HF @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI TPU 95A-HF @Qidi Q2C 0.4 nozzle.json index 1e7d7eb482..eef0ac7e52 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI TPU 95A-HF @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI TPU 95A-HF @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "fDu71TIyslwqfIIC", "name": "QIDI TPU 95A-HF @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI TPU 95A-HF@Q2C-Series", + "from": "system", + "setting_id": "fDu71TIyslwqfIIC", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI TPU 95A-HF @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI TPU 95A-HF @Qidi Q2C 0.6 nozzle.json index 00bc79f4a0..af7204ccc4 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI TPU 95A-HF @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI TPU 95A-HF @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "X3Bq50h7OpyI5cwA", "name": "QIDI TPU 95A-HF @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI TPU 95A-HF@Q2C-Series", + "from": "system", + "setting_id": "X3Bq50h7OpyI5cwA", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.6 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI TPU 95A-HF @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI TPU 95A-HF @Qidi Q2C 0.8 nozzle.json index faff7dea65..2e9de3a04a 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI TPU 95A-HF @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI TPU 95A-HF @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "4U8zmwkMTYVejPbB", "name": "QIDI TPU 95A-HF @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI TPU 95A-HF@Q2C-Series", + "from": "system", + "setting_id": "4U8zmwkMTYVejPbB", + "instantiation": "true", "nozzle_temperature": [ "220" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI TPU-Aero @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI TPU-Aero @Q2.json index be5148f681..38a1c1883a 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI TPU-Aero @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI TPU-Aero @Q2.json @@ -90,4 +90,4 @@ "textured_cool_plate_temp_initial_layer": [ "30" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI TPU-Aero @Q2C.json b/resources/profiles/Qidi/filament/Q2/QIDI TPU-Aero @Q2C.json index 81b31b797d..525aebb88f 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI TPU-Aero @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI TPU-Aero @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_1_49", "name": "QIDI TPU-Aero@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_1_49", + "instantiation": "false", "fan_cooling_layer_time": [ "100" ], @@ -90,4 +90,4 @@ "textured_cool_plate_temp_initial_layer": [ "30" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI TPU-Aero @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI TPU-Aero @Qidi Q2C 0.4 nozzle.json index e4e1048735..d3f3d9b0db 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI TPU-Aero @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI TPU-Aero @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "A1IqfJw7OqImKRHJ", "name": "QIDI TPU-Aero @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI TPU-Aero@Q2C-Series", + "from": "system", + "setting_id": "A1IqfJw7OqImKRHJ", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI TPU-Aero @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI TPU-Aero @Qidi Q2C 0.6 nozzle.json index 15a8ce05fe..7f087fc206 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI TPU-Aero @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI TPU-Aero @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "XeIEGj6ExW5qlZ1J", "name": "QIDI TPU-Aero @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI TPU-Aero@Q2C-Series", + "from": "system", + "setting_id": "XeIEGj6ExW5qlZ1J", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.6 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI TPU-GF @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI TPU-GF @Q2.json index ed14acab0f..5e995b72be 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI TPU-GF @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI TPU-GF @Q2.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_1_1_15", "name": "QIDI TPU-GF@Q2-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_1_1_15", + "instantiation": "false", "filament_adhesiveness_category": [ "600" ], @@ -81,4 +81,4 @@ "textured_cool_plate_temp_initial_layer": [ "30" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI TPU-GF @Q2C.json b/resources/profiles/Qidi/filament/Q2/QIDI TPU-GF @Q2C.json index 928aac6715..b17c65d3e7 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI TPU-GF @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI TPU-GF @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_1_15", "name": "QIDI TPU-GF@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_1_15", + "instantiation": "false", "filament_adhesiveness_category": [ "600" ], @@ -81,4 +81,4 @@ "textured_cool_plate_temp_initial_layer": [ "30" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI TPU-GF @Qidi Q2 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI TPU-GF @Qidi Q2 0.4 nozzle.json index 1766326a1d..99616b8c77 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI TPU-GF @Qidi Q2 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI TPU-GF @Qidi Q2 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "d6oaFn6pmW0P34cY", "name": "QIDI TPU-GF @Qidi Q2 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI TPU-GF@Q2-Series", + "from": "system", + "setting_id": "d6oaFn6pmW0P34cY", + "instantiation": "true", "compatible_printers": [ "Qidi Q2 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI TPU-GF @Qidi Q2 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI TPU-GF @Qidi Q2 0.6 nozzle.json index 689d9a86a8..906eba9410 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI TPU-GF @Qidi Q2 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI TPU-GF @Qidi Q2 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "K8X4uDSRbm3mPQEq", "name": "QIDI TPU-GF @Qidi Q2 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI TPU-GF@Q2-Series", + "from": "system", + "setting_id": "K8X4uDSRbm3mPQEq", + "instantiation": "true", "compatible_printers": [ "Qidi Q2 0.6 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI TPU-GF @Qidi Q2 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI TPU-GF @Qidi Q2 0.8 nozzle.json index d2eff0e7ab..f639c76378 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI TPU-GF @Qidi Q2 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI TPU-GF @Qidi Q2 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "s2xF6tQzUnKYjAUQ", "name": "QIDI TPU-GF @Qidi Q2 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI TPU-GF@Q2-Series", + "from": "system", + "setting_id": "s2xF6tQzUnKYjAUQ", + "instantiation": "true", "compatible_printers": [ "Qidi Q2 0.8 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI TPU-GF @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI TPU-GF @Qidi Q2C 0.4 nozzle.json index f062c3cc83..72aad58783 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI TPU-GF @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI TPU-GF @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "NsOYbxppmw9kQgvx", "name": "QIDI TPU-GF @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI TPU-GF@Q2C-Series", + "from": "system", + "setting_id": "NsOYbxppmw9kQgvx", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI TPU-GF @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI TPU-GF @Qidi Q2C 0.6 nozzle.json index 97f52e1a6c..49cb7de124 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI TPU-GF @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI TPU-GF @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "1GHTHZoint67pkmJ", "name": "QIDI TPU-GF @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI TPU-GF@Q2C-Series", + "from": "system", + "setting_id": "1GHTHZoint67pkmJ", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.6 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI TPU-GF @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI TPU-GF @Qidi Q2C 0.8 nozzle.json index e559383456..a56f66ced3 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI TPU-GF @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI TPU-GF @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "XtqGcST9qlQZzfHa", "name": "QIDI TPU-GF @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI TPU-GF@Q2C-Series", + "from": "system", + "setting_id": "XtqGcST9qlQZzfHa", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.8 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI UltraPA @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI UltraPA @Q2.json index 3139b843c9..5b9881cb9f 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI UltraPA @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI UltraPA @Q2.json @@ -96,4 +96,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI UltraPA @Q2C.json b/resources/profiles/Qidi/filament/Q2/QIDI UltraPA @Q2C.json index 144f055c32..7f11a52b7c 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI UltraPA @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI UltraPA @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_1_24", "name": "QIDI UltraPA@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_1_24", + "instantiation": "false", "box_temperature_range_high": [ "55" ], @@ -96,4 +96,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI UltraPA @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI UltraPA @Qidi Q2C 0.4 nozzle.json index 12982db3ca..3439b3f086 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI UltraPA @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI UltraPA @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "Sp4WwVIaTBVVDnDc", "name": "QIDI UltraPA @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI UltraPA@Q2C-Series", + "from": "system", + "setting_id": "Sp4WwVIaTBVVDnDc", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI UltraPA @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI UltraPA @Qidi Q2C 0.6 nozzle.json index 6faeea6437..5343f85817 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI UltraPA @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI UltraPA @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "OXR5eUAK3x6nPOM3", "name": "QIDI UltraPA @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI UltraPA@Q2C-Series", + "from": "system", + "setting_id": "OXR5eUAK3x6nPOM3", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.6 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI UltraPA @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI UltraPA @Qidi Q2C 0.8 nozzle.json index 596f1316e5..74753c4b81 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI UltraPA @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI UltraPA @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "VbDeId9i65hJlNYr", "name": "QIDI UltraPA @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI UltraPA@Q2C-Series", + "from": "system", + "setting_id": "VbDeId9i65hJlNYr", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.8 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI UltraPA-CF25 @Q2.json b/resources/profiles/Qidi/filament/Q2/QIDI UltraPA-CF25 @Q2.json index 71dfd883fb..194fe42853 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI UltraPA-CF25 @Q2.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI UltraPA-CF25 @Q2.json @@ -108,4 +108,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI UltraPA-CF25 @Q2C.json b/resources/profiles/Qidi/filament/Q2/QIDI UltraPA-CF25 @Q2C.json index 0fd084680a..1593decfea 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI UltraPA-CF25 @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI UltraPA-CF25 @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_1_26", "name": "QIDI UltraPA-CF25@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_1_26", + "instantiation": "false", "box_temperature_range_high": [ "65" ], @@ -111,4 +111,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Q2/QIDI UltraPA-CF25 @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI UltraPA-CF25 @Qidi Q2C 0.4 nozzle.json index c064ac9ba4..a689c8ce7f 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI UltraPA-CF25 @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI UltraPA-CF25 @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "ggjTMm3h4Arw55tk", "name": "QIDI UltraPA-CF25 @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI UltraPA-CF25@Q2C-Series", + "from": "system", + "setting_id": "ggjTMm3h4Arw55tk", + "instantiation": "true", "compatible_printers": [ "Qidi Q2C 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/Q2/QIDI UltraPA-CF25 @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI UltraPA-CF25 @Qidi Q2C 0.6 nozzle.json index eb7136af9a..120360350a 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI UltraPA-CF25 @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI UltraPA-CF25 @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "ZOb1u0Ah3o9PI6I8", "name": "QIDI UltraPA-CF25 @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI UltraPA-CF25@Q2C-Series", + "from": "system", + "setting_id": "ZOb1u0Ah3o9PI6I8", + "instantiation": "true", "pressure_advance": [ "0.022" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI UltraPA-CF25 @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI UltraPA-CF25 @Qidi Q2C 0.8 nozzle.json index afd7dee706..8dbffcb651 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI UltraPA-CF25 @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI UltraPA-CF25 @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "mQuwjxr0XlcacKg5", "name": "QIDI UltraPA-CF25 @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI UltraPA-CF25@Q2C-Series", + "from": "system", + "setting_id": "mQuwjxr0XlcacKg5", + "instantiation": "true", "pressure_advance": [ "0.02" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI WOOD Rapido @Q2C.json b/resources/profiles/Qidi/filament/Q2/QIDI WOOD Rapido @Q2C.json index 556dc01252..5a7882bd68 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI WOOD Rapido @Q2C.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI WOOD Rapido @Q2C.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_2_1_6", "name": "QIDI WOOD Rapido@Q2C-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_q_common", + "from": "system", + "filament_id": "QD_2_1_6", + "instantiation": "false", "additional_cooling_fan_speed": [ "100" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI WOOD Rapido @Qidi Q2C 0.4 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI WOOD Rapido @Qidi Q2C 0.4 nozzle.json index b1348b7aed..b7d4a9a6b0 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI WOOD Rapido @Qidi Q2C 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI WOOD Rapido @Qidi Q2C 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "F750rXpmPM7beVmY", "name": "QIDI WOOD Rapido @Qidi Q2C 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI WOOD Rapido@Q2C-Series", + "from": "system", + "setting_id": "F750rXpmPM7beVmY", + "instantiation": "true", "pressure_advance": [ "0.044" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI WOOD Rapido @Qidi Q2C 0.6 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI WOOD Rapido @Qidi Q2C 0.6 nozzle.json index 082ac7d793..410393c710 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI WOOD Rapido @Qidi Q2C 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI WOOD Rapido @Qidi Q2C 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "fMxaTtxy9Zsksahc", "name": "QIDI WOOD Rapido @Qidi Q2C 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI WOOD Rapido@Q2C-Series", + "from": "system", + "setting_id": "fMxaTtxy9Zsksahc", + "instantiation": "true", "pressure_advance": [ "0.024" ], diff --git a/resources/profiles/Qidi/filament/Q2/QIDI WOOD Rapido @Qidi Q2C 0.8 nozzle.json b/resources/profiles/Qidi/filament/Q2/QIDI WOOD Rapido @Qidi Q2C 0.8 nozzle.json index 747c76fe12..239fbfcb4f 100644 --- a/resources/profiles/Qidi/filament/Q2/QIDI WOOD Rapido @Qidi Q2C 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Q2/QIDI WOOD Rapido @Qidi Q2C 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "ILkX32CTmrBR01UC", "name": "QIDI WOOD Rapido @Qidi Q2C 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI WOOD Rapido@Q2C-Series", + "from": "system", + "setting_id": "ILkX32CTmrBR01UC", + "instantiation": "true", "pressure_advance": [ "0.012" ], diff --git a/resources/profiles/Qidi/filament/QIDI ABS Odorless @0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS Odorless @0.2 nozzle.json index fb1ae0ca89..9340c8b402 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS Odorless @0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS Odorless @0.2 nozzle.json @@ -25,9 +25,6 @@ "10" ], "compatible_printers": [ - "Qidi X-Plus 0.2 nozzle", - "Qidi X-Max 0.2 nozzle", - "Qidi X-CF Pro 0.2 nozzle", "Qidi X-Smart 3 0.2 nozzle", "Qidi X-Plus 3 0.2 nozzle", "Qidi X-Max 3 0.2 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI ABS Odorless @0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS Odorless @0.6 nozzle.json index 5e272b3e75..651828c165 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS Odorless @0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS Odorless @0.6 nozzle.json @@ -13,9 +13,6 @@ "0.014" ], "compatible_printers": [ - "Qidi X-Plus 0.6 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI ABS Odorless @0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS Odorless @0.8 nozzle.json index b49c26fbc6..951ebcacd6 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS Odorless @0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS Odorless @0.8 nozzle.json @@ -31,9 +31,6 @@ "10" ], "compatible_printers": [ - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI ABS Rapido 0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS Rapido 0.2 nozzle.json index 8d00ff5d33..eda2713729 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS Rapido 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS Rapido 0.2 nozzle.json @@ -19,9 +19,6 @@ "2" ], "compatible_printers": [ - "Qidi X-Plus 0.2 nozzle", - "Qidi X-Max 0.2 nozzle", - "Qidi X-CF Pro 0.2 nozzle", "Qidi X-Smart 3 0.2 nozzle", "Qidi X-Plus 3 0.2 nozzle", "Qidi X-Max 3 0.2 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI ABS Rapido 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS Rapido 0.6 nozzle.json index 1b40a92d7a..96ad8b214c 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS Rapido 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS Rapido 0.6 nozzle.json @@ -13,9 +13,6 @@ "0.014" ], "compatible_printers": [ - "Qidi X-Plus 0.6 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI ABS Rapido 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS Rapido 0.8 nozzle.json index 9edf8f842a..7678378711 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS Rapido 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS Rapido 0.8 nozzle.json @@ -25,9 +25,6 @@ "10" ], "compatible_printers": [ - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @0.2 nozzle.json index e8393047dd..552acb8b6e 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @0.2 nozzle.json @@ -25,9 +25,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 0.2 nozzle", - "Qidi X-Max 0.2 nozzle", - "Qidi X-CF Pro 0.2 nozzle", "Qidi X-Smart 3 0.2 nozzle", "Qidi X-Plus 3 0.2 nozzle", "Qidi X-Max 3 0.2 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @0.6 nozzle.json index aa05221df4..695dfa0702 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @0.6 nozzle.json @@ -16,9 +16,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 0.6 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @0.8 nozzle.json index 0a1d5c9545..b3f2dbf64d 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ABS Rapido Metal @0.8 nozzle.json @@ -31,9 +31,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI ABS-GF.json b/resources/profiles/Qidi/filament/QIDI ABS-GF.json index 08f59fbf97..a6d53698c7 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS-GF.json +++ b/resources/profiles/Qidi/filament/QIDI ABS-GF.json @@ -64,14 +64,9 @@ "Qidi X-Smart 3 0.4 nozzle", "Qidi X-Plus 3 0.4 nozzle", "Qidi X-Max 3 0.4 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle", - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI ABS-GF10.json b/resources/profiles/Qidi/filament/QIDI ABS-GF10.json index 6d01edd178..bffe8b53c8 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS-GF10.json +++ b/resources/profiles/Qidi/filament/QIDI ABS-GF10.json @@ -52,14 +52,9 @@ "Qidi X-Smart 3 0.4 nozzle", "Qidi X-Plus 3 0.4 nozzle", "Qidi X-Max 3 0.4 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle", - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI ABS-GF25.json b/resources/profiles/Qidi/filament/QIDI ABS-GF25.json index 8f45e5f746..67eac5a65f 100644 --- a/resources/profiles/Qidi/filament/QIDI ABS-GF25.json +++ b/resources/profiles/Qidi/filament/QIDI ABS-GF25.json @@ -52,14 +52,9 @@ "Qidi X-Smart 3 0.4 nozzle", "Qidi X-Plus 3 0.4 nozzle", "Qidi X-Max 3 0.4 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle", - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi Q1 Pro 0.4 nozzle.json index eb8a886300..d7fa79e31b 100644 --- a/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi Q1 Pro 0.4 nozzle.json @@ -1,13 +1,13 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "QIDI ASA-CF @Qidi Q1 Pro 0.4 nozzle", + "inherits": "QIDI ASA-CF", "setting_id": "UZg7s2SVhCGDcdkA", + "filament_id": "GFB99", "instantiation": "true", "filament_settings_id": [ "QIDI ASA-CF @Qidi Q1 Pro 0.4 nozzle" ], - "inherits": "QIDI ASA-CF", - "name": "QIDI ASA-CF @Qidi Q1 Pro 0.4 nozzle", "during_print_exhaust_fan_speed": [ "0" ], diff --git a/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi Q1 Pro 0.6 nozzle.json index 391b25db42..4f166dfd1a 100644 --- a/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi Q1 Pro 0.6 nozzle.json @@ -1,13 +1,13 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "QIDI ASA-CF @Qidi Q1 Pro 0.6 nozzle", + "inherits": "QIDI ASA-CF", "setting_id": "x8avbSHn73PayVfR", + "filament_id": "GFB99", "instantiation": "true", "filament_settings_id": [ "QIDI ASA-CF @Qidi Q1 Pro 0.6 nozzle" ], - "inherits": "QIDI ASA-CF", - "name": "QIDI ASA-CF @Qidi Q1 Pro 0.6 nozzle", "during_print_exhaust_fan_speed": [ "0" ], diff --git a/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi Q1 Pro 0.8 nozzle.json index 53cb7bdfee..7df6c822af 100644 --- a/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi Q1 Pro 0.8 nozzle.json @@ -1,13 +1,13 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "QIDI ASA-CF @Qidi Q1 Pro 0.8 nozzle", + "inherits": "QIDI ASA-CF", "setting_id": "FagCR4bLL1ctSXax", + "filament_id": "GFB99", "instantiation": "true", "filament_settings_id": [ "QIDI ASA-CF @Qidi Q1 Pro 0.8 nozzle" ], - "inherits": "QIDI ASA-CF", - "name": "QIDI ASA-CF @Qidi Q1 Pro 0.8 nozzle", "during_print_exhaust_fan_speed": [ "0" ], diff --git a/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Max 3 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Max 3 0.4 nozzle.json index 1eacf83551..33af36c33b 100644 --- a/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Max 3 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Max 3 0.4 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "T6U1oaEsA0T3ogMM", "name": "QIDI ASA-CF @Qidi X-Max 3 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ASA-CF", + "from": "system", + "setting_id": "T6U1oaEsA0T3ogMM", + "filament_id": "GFB99", + "instantiation": "true", "during_print_exhaust_fan_speed": [ "40" ], diff --git a/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Max 3 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Max 3 0.6 nozzle.json index 09beb03076..c549a01bb3 100644 --- a/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Max 3 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Max 3 0.6 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "8Xm0AjRaktaNfo4o", "name": "QIDI ASA-CF @Qidi X-Max 3 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ASA-CF", + "from": "system", + "setting_id": "8Xm0AjRaktaNfo4o", + "filament_id": "GFB99", + "instantiation": "true", "during_print_exhaust_fan_speed": [ "40" ], diff --git a/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Max 3 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Max 3 0.8 nozzle.json index 7aa7d42800..c62d7926f9 100644 --- a/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Max 3 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Max 3 0.8 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "4p12RphItNlfwqwT", "name": "QIDI ASA-CF @Qidi X-Max 3 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ASA-CF", + "from": "system", + "setting_id": "4p12RphItNlfwqwT", + "filament_id": "GFB99", + "instantiation": "true", "during_print_exhaust_fan_speed": [ "40" ], diff --git a/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Plus 3 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Plus 3 0.4 nozzle.json index 81a273ab26..ef993b3193 100644 --- a/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Plus 3 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Plus 3 0.4 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "346HiaeZvs3BoFUb", "name": "QIDI ASA-CF @Qidi X-Plus 3 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ASA-CF", + "from": "system", + "setting_id": "346HiaeZvs3BoFUb", + "filament_id": "GFB99", + "instantiation": "true", "during_print_exhaust_fan_speed": [ "40" ], diff --git a/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Plus 3 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Plus 3 0.6 nozzle.json index 4d1131e3ed..d768ca7ab5 100644 --- a/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Plus 3 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Plus 3 0.6 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "LROz60JZsh6GN7CK", "name": "QIDI ASA-CF @Qidi X-Plus 3 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ASA-CF", + "from": "system", + "setting_id": "LROz60JZsh6GN7CK", + "filament_id": "GFB99", + "instantiation": "true", "during_print_exhaust_fan_speed": [ "40" ], diff --git a/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Plus 3 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Plus 3 0.8 nozzle.json index 2526df2bf8..8eb7f15885 100644 --- a/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Plus 3 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Plus 3 0.8 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "5OR8LnFPipv3h4h8", "name": "QIDI ASA-CF @Qidi X-Plus 3 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ASA-CF", + "from": "system", + "setting_id": "5OR8LnFPipv3h4h8", + "filament_id": "GFB99", + "instantiation": "true", "during_print_exhaust_fan_speed": [ "40" ], diff --git a/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Plus 4 0.4 nozzle.json index 6fa01a68be..2bc6a5eb2e 100644 --- a/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Plus 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "0pF0sUnOWKqV3N78", "name": "QIDI ASA-CF @Qidi X-Plus 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ASA-CF", + "from": "system", + "setting_id": "0pF0sUnOWKqV3N78", + "instantiation": "true", "pressure_advance": [ "0.03" ], diff --git a/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Plus 4 0.6 nozzle.json index fa87cb0ea2..c8e51ef7fb 100644 --- a/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Plus 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "Ag8e5im3pDAL1G7F", "name": "QIDI ASA-CF @Qidi X-Plus 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ASA-CF", + "from": "system", + "setting_id": "Ag8e5im3pDAL1G7F", + "instantiation": "true", "filament_max_volumetric_speed": [ "13" ], diff --git a/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Plus 4 0.8 nozzle.json index ab0da7d418..e4a4a4e6ce 100644 --- a/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Plus 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "Hxv9UhjQyQbFkTc1", "name": "QIDI ASA-CF @Qidi X-Plus 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ASA-CF", + "from": "system", + "setting_id": "Hxv9UhjQyQbFkTc1", + "instantiation": "true", "filament_max_volumetric_speed": [ "13" ], diff --git a/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Smart 3 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Smart 3 0.4 nozzle.json index 4142c5d027..e3d8e010cd 100644 --- a/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Smart 3 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Smart 3 0.4 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "wyns97Rn3EVTl0v5", "name": "QIDI ASA-CF @Qidi X-Smart 3 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ASA-CF", + "from": "system", + "setting_id": "wyns97Rn3EVTl0v5", + "filament_id": "GFB99", + "instantiation": "true", "additional_cooling_fan_speed_unseal": [ "0" ], diff --git a/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Smart 3 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Smart 3 0.6 nozzle.json index 2736dcc0ea..20348ce7cf 100644 --- a/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Smart 3 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Smart 3 0.6 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "zituWsHG83yRR1lM", "name": "QIDI ASA-CF @Qidi X-Smart 3 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ASA-CF", + "from": "system", + "setting_id": "zituWsHG83yRR1lM", + "filament_id": "GFB99", + "instantiation": "true", "additional_cooling_fan_speed_unseal": [ "0" ], diff --git a/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Smart 3 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Smart 3 0.8 nozzle.json index 58f0689cdb..ea8120a8d6 100644 --- a/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Smart 3 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI ASA-CF @Qidi X-Smart 3 0.8 nozzle.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "GFB99", - "setting_id": "2CgI1u8NrWGqxN1C", "name": "QIDI ASA-CF @Qidi X-Smart 3 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ASA-CF", + "from": "system", + "setting_id": "2CgI1u8NrWGqxN1C", + "filament_id": "GFB99", + "instantiation": "true", "additional_cooling_fan_speed_unseal": [ "0" ], diff --git a/resources/profiles/Qidi/filament/QIDI ASA-CF.json b/resources/profiles/Qidi/filament/QIDI ASA-CF.json index 85fb38e2b7..9e1ac1c012 100644 --- a/resources/profiles/Qidi/filament/QIDI ASA-CF.json +++ b/resources/profiles/Qidi/filament/QIDI ASA-CF.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_0_1_20", "name": "QIDI ASA-CF", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_common", + "from": "system", + "filament_id": "QD_0_1_20", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -108,4 +108,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/QIDI ASA.json b/resources/profiles/Qidi/filament/QIDI ASA.json index 952390ed4a..bfd6c00df7 100644 --- a/resources/profiles/Qidi/filament/QIDI ASA.json +++ b/resources/profiles/Qidi/filament/QIDI ASA.json @@ -49,24 +49,15 @@ "40" ], "compatible_printers": [ - "Qidi X-Plus 0.2 nozzle", - "Qidi X-Max 0.2 nozzle", - "Qidi X-CF Pro 0.2 nozzle", "Qidi X-Plus 0.4 nozzle", "Qidi X-Max 0.4 nozzle", "Qidi X-CF Pro 0.4 nozzle", "Qidi X-Smart 3 0.4 nozzle", "Qidi X-Plus 3 0.4 nozzle", "Qidi X-Max 3 0.4 nozzle", - "Qidi X-Plus 0.6 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle", - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI PA-Ultra.json b/resources/profiles/Qidi/filament/QIDI PA-Ultra.json index c1f7e61556..a57e564ca4 100644 --- a/resources/profiles/Qidi/filament/QIDI PA-Ultra.json +++ b/resources/profiles/Qidi/filament/QIDI PA-Ultra.json @@ -67,14 +67,9 @@ "Qidi X-Smart 3 0.4 nozzle", "Qidi X-Plus 3 0.4 nozzle", "Qidi X-Max 3 0.4 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle", - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" @@ -109,4 +104,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/QIDI PA12-CF.json b/resources/profiles/Qidi/filament/QIDI PA12-CF.json index 7e2745e42c..7276593388 100644 --- a/resources/profiles/Qidi/filament/QIDI PA12-CF.json +++ b/resources/profiles/Qidi/filament/QIDI PA12-CF.json @@ -64,14 +64,9 @@ "Qidi X-Smart 3 0.4 nozzle", "Qidi X-Plus 3 0.4 nozzle", "Qidi X-Max 3 0.4 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle", - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" @@ -106,4 +101,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/QIDI PAHT-CF.json b/resources/profiles/Qidi/filament/QIDI PAHT-CF.json index f21d9bac1b..62533cfa49 100644 --- a/resources/profiles/Qidi/filament/QIDI PAHT-CF.json +++ b/resources/profiles/Qidi/filament/QIDI PAHT-CF.json @@ -70,14 +70,9 @@ "Qidi X-Smart 3 0.4 nozzle", "Qidi X-Plus 3 0.4 nozzle", "Qidi X-Max 3 0.4 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle", - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" @@ -112,4 +107,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/QIDI PAHT-GF @0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PAHT-GF @0.6 nozzle.json index c544698fdc..ea7f2a65c6 100644 --- a/resources/profiles/Qidi/filament/QIDI PAHT-GF @0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PAHT-GF @0.6 nozzle.json @@ -10,9 +10,6 @@ "0.016" ], "compatible_printers": [ - "Qidi X-Plus 0.6 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI PAHT-GF @0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PAHT-GF @0.8 nozzle.json index 69ae49e776..4496ed57ea 100644 --- a/resources/profiles/Qidi/filament/QIDI PAHT-GF @0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PAHT-GF @0.8 nozzle.json @@ -10,9 +10,6 @@ "0.023" ], "compatible_printers": [ - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI PAHT-GF.json b/resources/profiles/Qidi/filament/QIDI PAHT-GF.json index 806dcb1a63..1ca4105b5b 100644 --- a/resources/profiles/Qidi/filament/QIDI PAHT-GF.json +++ b/resources/profiles/Qidi/filament/QIDI PAHT-GF.json @@ -101,4 +101,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/QIDI PEBA 95A @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PEBA 95A @Qidi Q1 Pro 0.4 nozzle.json index 07d12f2df7..8ef70475b3 100644 --- a/resources/profiles/Qidi/filament/QIDI PEBA 95A @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PEBA 95A @Qidi Q1 Pro 0.4 nozzle.json @@ -1,13 +1,13 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "QIDI PEBA 95A @Qidi Q1 Pro 0.4 nozzle", + "inherits": "QIDI PEBA 95A", "setting_id": "VNbCsg7HAvK02shi", + "filament_id": "GFB99", "instantiation": "true", "filament_settings_id": [ "QIDI PEBA 95A @Qidi Q1 Pro 0.4 nozzle" ], - "inherits": "QIDI PEBA 95A", - "name": "QIDI PEBA 95A @Qidi Q1 Pro 0.4 nozzle", "compatible_printers": [ "Qidi Q1 Pro 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/QIDI PEBA 95A @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PEBA 95A @Qidi Q1 Pro 0.6 nozzle.json index cd94ebab15..153b1c8543 100644 --- a/resources/profiles/Qidi/filament/QIDI PEBA 95A @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PEBA 95A @Qidi Q1 Pro 0.6 nozzle.json @@ -1,13 +1,13 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "QIDI PEBA 95A @Qidi Q1 Pro 0.6 nozzle", + "inherits": "QIDI PEBA 95A", "setting_id": "SBJaM8xcxmruL8Sx", + "filament_id": "GFB99", "instantiation": "true", "filament_settings_id": [ "QIDI PEBA 95A @Qidi Q1 Pro 0.6 nozzle" ], - "inherits": "QIDI PEBA 95A", - "name": "QIDI PEBA 95A @Qidi Q1 Pro 0.6 nozzle", "compatible_printers": [ "Qidi Q1 Pro 0.6 nozzle" ] diff --git a/resources/profiles/Qidi/filament/QIDI PEBA 95A @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PEBA 95A @Qidi X-Plus 4 0.4 nozzle.json index 778a6ae1df..7111d6c347 100644 --- a/resources/profiles/Qidi/filament/QIDI PEBA 95A @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PEBA 95A @Qidi X-Plus 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "TbhTBJp30kh8yQFL", "name": "QIDI PEBA 95A @Qidi X-Plus 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PEBA 95A", + "from": "system", + "setting_id": "TbhTBJp30kh8yQFL", + "instantiation": "true", "compatible_printers": [ "Qidi X-Plus 4 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/QIDI PEBA 95A @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PEBA 95A @Qidi X-Plus 4 0.6 nozzle.json index 6d191276b6..4b8b7c4993 100644 --- a/resources/profiles/Qidi/filament/QIDI PEBA 95A @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PEBA 95A @Qidi X-Plus 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "dU7GaenYyWsX49Hf", "name": "QIDI PEBA 95A @Qidi X-Plus 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PEBA 95A", + "from": "system", + "setting_id": "dU7GaenYyWsX49Hf", + "instantiation": "true", "compatible_printers": [ "Qidi X-Plus 4 0.6 nozzle" ] diff --git a/resources/profiles/Qidi/filament/QIDI PEBA 95A.json b/resources/profiles/Qidi/filament/QIDI PEBA 95A.json index 6f8b9c1367..4695bcf9ae 100644 --- a/resources/profiles/Qidi/filament/QIDI PEBA 95A.json +++ b/resources/profiles/Qidi/filament/QIDI PEBA 95A.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "QD_0_1_36", - "setting_id": "qkErLCeMU5ufGB0k", "name": "QIDI PEBA 95A", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_tpu", + "from": "system", + "setting_id": "qkErLCeMU5ufGB0k", + "filament_id": "QD_0_1_36", + "instantiation": "true", "fan_cooling_layer_time": [ "100" ], diff --git a/resources/profiles/Qidi/filament/QIDI PET-CF.json b/resources/profiles/Qidi/filament/QIDI PET-CF.json index e426cdf320..561c9f0929 100644 --- a/resources/profiles/Qidi/filament/QIDI PET-CF.json +++ b/resources/profiles/Qidi/filament/QIDI PET-CF.json @@ -67,14 +67,9 @@ "Qidi X-Smart 3 0.4 nozzle", "Qidi X-Plus 3 0.4 nozzle", "Qidi X-Max 3 0.4 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle", - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" @@ -109,4 +104,4 @@ "textured_cool_plate_temp_initial_layer": [ "70" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/QIDI PET-GF @0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PET-GF @0.6 nozzle.json index a07d1a326e..400337fbd8 100644 --- a/resources/profiles/Qidi/filament/QIDI PET-GF @0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PET-GF @0.6 nozzle.json @@ -13,8 +13,6 @@ "0.014" ], "compatible_printers": [ - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI PET-GF @0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PET-GF @0.8 nozzle.json index cd3c601da6..f87c252aa5 100644 --- a/resources/profiles/Qidi/filament/QIDI PET-GF @0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PET-GF @0.8 nozzle.json @@ -13,8 +13,6 @@ "0.01" ], "compatible_printers": [ - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI PET-GF.json b/resources/profiles/Qidi/filament/QIDI PET-GF.json index 61fa65632b..444747342d 100644 --- a/resources/profiles/Qidi/filament/QIDI PET-GF.json +++ b/resources/profiles/Qidi/filament/QIDI PET-GF.json @@ -98,4 +98,4 @@ "textured_cool_plate_temp_initial_layer": [ "70" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/QIDI PETG Basic @0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Basic @0.2 nozzle.json index fc12164989..9aa6df6a65 100644 --- a/resources/profiles/Qidi/filament/QIDI PETG Basic @0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PETG Basic @0.2 nozzle.json @@ -13,9 +13,6 @@ "1" ], "compatible_printers": [ - "Qidi X-Plus 0.2 nozzle", - "Qidi X-Max 0.2 nozzle", - "Qidi X-CF Pro 0.2 nozzle", "Qidi X-Smart 3 0.2 nozzle", "Qidi X-Plus 3 0.2 nozzle", "Qidi X-Max 3 0.2 nozzle", diff --git a/resources/profiles/Qidi/filament/QIDI PETG Basic @0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Basic @0.6 nozzle.json index 4165ed02c7..5cc5b51fd3 100644 --- a/resources/profiles/Qidi/filament/QIDI PETG Basic @0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PETG Basic @0.6 nozzle.json @@ -10,9 +10,6 @@ "0.04" ], "compatible_printers": [ - "Qidi X-Plus 0.6 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI PETG Basic @0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Basic @0.8 nozzle.json index 1620d6cd70..a4844774cc 100644 --- a/resources/profiles/Qidi/filament/QIDI PETG Basic @0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PETG Basic @0.8 nozzle.json @@ -10,9 +10,6 @@ "0.04" ], "compatible_printers": [ - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI PETG Rapido @0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Rapido @0.2 nozzle.json index 48826d0703..d925f371b2 100644 --- a/resources/profiles/Qidi/filament/QIDI PETG Rapido @0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PETG Rapido @0.2 nozzle.json @@ -13,9 +13,6 @@ "1" ], "compatible_printers": [ - "Qidi X-Plus 0.2 nozzle", - "Qidi X-Max 0.2 nozzle", - "Qidi X-CF Pro 0.2 nozzle", "Qidi X-Smart 3 0.2 nozzle", "Qidi X-Plus 3 0.2 nozzle", "Qidi X-Max 3 0.2 nozzle", diff --git a/resources/profiles/Qidi/filament/QIDI PETG Rapido @0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Rapido @0.6 nozzle.json index 6a214eff46..e1636c5d4a 100644 --- a/resources/profiles/Qidi/filament/QIDI PETG Rapido @0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PETG Rapido @0.6 nozzle.json @@ -10,9 +10,6 @@ "0.04" ], "compatible_printers": [ - "Qidi X-Plus 0.6 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI PETG Rapido @0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Rapido @0.8 nozzle.json index 7b5941164d..ad4044f181 100644 --- a/resources/profiles/Qidi/filament/QIDI PETG Rapido @0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PETG Rapido @0.8 nozzle.json @@ -10,9 +10,6 @@ "0.04" ], "compatible_printers": [ - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI PETG Tough 0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Tough 0.2 nozzle.json index d5cdf158bf..0dfd072089 100644 --- a/resources/profiles/Qidi/filament/QIDI PETG Tough 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PETG Tough 0.2 nozzle.json @@ -46,9 +46,6 @@ "1" ], "compatible_printers": [ - "Qidi X-Plus 0.2 nozzle", - "Qidi X-Max 0.2 nozzle", - "Qidi X-CF Pro 0.2 nozzle", "Qidi X-Smart 3 0.2 nozzle", "Qidi X-Plus 3 0.2 nozzle", "Qidi X-Max 3 0.2 nozzle", diff --git a/resources/profiles/Qidi/filament/QIDI PETG Tough 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Tough 0.6 nozzle.json index 2f7579c984..2f5838b537 100644 --- a/resources/profiles/Qidi/filament/QIDI PETG Tough 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PETG Tough 0.6 nozzle.json @@ -46,9 +46,6 @@ "10" ], "compatible_printers": [ - "Qidi X-Plus 0.6 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI PETG Tough 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Tough 0.8 nozzle.json index 5a5a9a4a4d..68706bbe3c 100644 --- a/resources/profiles/Qidi/filament/QIDI PETG Tough 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PETG Tough 0.8 nozzle.json @@ -46,9 +46,6 @@ "10" ], "compatible_printers": [ - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI PETG Translucent @0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Translucent @0.2 nozzle.json index 8f169985b8..126d86f7bb 100644 --- a/resources/profiles/Qidi/filament/QIDI PETG Translucent @0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PETG Translucent @0.2 nozzle.json @@ -13,9 +13,6 @@ "1" ], "compatible_printers": [ - "Qidi X-Plus 0.2 nozzle", - "Qidi X-Max 0.2 nozzle", - "Qidi X-CF Pro 0.2 nozzle", "Qidi X-Smart 3 0.2 nozzle", "Qidi X-Plus 3 0.2 nozzle", "Qidi X-Max 3 0.2 nozzle", diff --git a/resources/profiles/Qidi/filament/QIDI PETG Translucent @0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Translucent @0.6 nozzle.json index 3335b5984a..79d558d34f 100644 --- a/resources/profiles/Qidi/filament/QIDI PETG Translucent @0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PETG Translucent @0.6 nozzle.json @@ -19,9 +19,6 @@ "0.04" ], "compatible_printers": [ - "Qidi X-Plus 0.6 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI PETG Translucent @0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PETG Translucent @0.8 nozzle.json index df1157dcc0..02e4793b34 100644 --- a/resources/profiles/Qidi/filament/QIDI PETG Translucent @0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PETG Translucent @0.8 nozzle.json @@ -10,9 +10,6 @@ "0.04" ], "compatible_printers": [ - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI PETG-CF.json b/resources/profiles/Qidi/filament/QIDI PETG-CF.json index f3b49b6148..734b4722ca 100644 --- a/resources/profiles/Qidi/filament/QIDI PETG-CF.json +++ b/resources/profiles/Qidi/filament/QIDI PETG-CF.json @@ -61,14 +61,9 @@ "Qidi X-Smart 3 0.4 nozzle", "Qidi X-Plus 3 0.4 nozzle", "Qidi X-Max 3 0.4 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle", - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI PETG-GF.json b/resources/profiles/Qidi/filament/QIDI PETG-GF.json index 1dc5312349..060219b0b0 100644 --- a/resources/profiles/Qidi/filament/QIDI PETG-GF.json +++ b/resources/profiles/Qidi/filament/QIDI PETG-GF.json @@ -61,14 +61,9 @@ "Qidi X-Smart 3 0.4 nozzle", "Qidi X-Plus 3 0.4 nozzle", "Qidi X-Max 3 0.4 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle", - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI PLA Basic @0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Basic @0.2 nozzle.json index da76bcd665..52c98be3a0 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Basic @0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Basic @0.2 nozzle.json @@ -19,9 +19,6 @@ "2" ], "compatible_printers": [ - "Qidi X-Plus 0.2 nozzle", - "Qidi X-Max 0.2 nozzle", - "Qidi X-CF Pro 0.2 nozzle", "Qidi X-Smart 3 0.2 nozzle", "Qidi X-Plus 3 0.2 nozzle", "Qidi X-Max 3 0.2 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI PLA Basic @0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Basic @0.6 nozzle.json index c649d8d658..ab3cc9c974 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Basic @0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Basic @0.6 nozzle.json @@ -22,9 +22,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 0.6 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI PLA Basic @0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Basic @0.8 nozzle.json index 14da2310e7..0dc39007eb 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Basic @0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Basic @0.8 nozzle.json @@ -22,9 +22,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @0.2 nozzle.json index 50120cf72e..25eeab9475 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @0.2 nozzle.json @@ -19,9 +19,6 @@ "2" ], "compatible_printers": [ - "Qidi X-Plus 0.2 nozzle", - "Qidi X-Max 0.2 nozzle", - "Qidi X-CF Pro 0.2 nozzle", "Qidi X-Smart 3 0.2 nozzle", "Qidi X-Plus 3 0.2 nozzle", "Qidi X-Max 3 0.2 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @0.6 nozzle.json index 2168a18fa2..bbea662f87 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @0.6 nozzle.json @@ -22,9 +22,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 0.6 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @0.8 nozzle.json index 0c1657f487..6418a8fa5e 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Matte Basic @0.8 nozzle.json @@ -22,9 +22,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido 0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido 0.2 nozzle.json index 64c3e9bf69..c316f431a1 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido 0.2 nozzle.json @@ -19,9 +19,6 @@ "2" ], "compatible_printers": [ - "Qidi X-Plus 0.2 nozzle", - "Qidi X-Max 0.2 nozzle", - "Qidi X-CF Pro 0.2 nozzle", "Qidi X-Smart 3 0.2 nozzle", "Qidi X-Plus 3 0.2 nozzle", "Qidi X-Max 3 0.2 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido 0.8 nozzle.json index c01fcd8cdb..42556d2f6b 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido 0.8 nozzle.json @@ -22,9 +22,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido @0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido @0.6 nozzle.json index 8cabbff1a5..93f8b8b239 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido @0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido @0.6 nozzle.json @@ -22,9 +22,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 0.6 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @0.2 nozzle.json index ee82976dfe..0392403caf 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @0.2 nozzle.json @@ -22,9 +22,6 @@ "2" ], "compatible_printers": [ - "Qidi X-Plus 0.2 nozzle", - "Qidi X-Max 0.2 nozzle", - "Qidi X-CF Pro 0.2 nozzle", "Qidi X-Smart 3 0.2 nozzle", "Qidi X-Plus 3 0.2 nozzle", "Qidi X-Max 3 0.2 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @0.6 nozzle.json index 6922e1e702..34bcfbab7b 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @0.6 nozzle.json @@ -22,9 +22,6 @@ "21" ], "compatible_printers": [ - "Qidi X-Plus 0.6 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @0.8 nozzle.json index 218c704674..8e168e3347 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido Matte @0.8 nozzle.json @@ -22,9 +22,6 @@ "21" ], "compatible_printers": [ - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @0.2 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @0.2 nozzle.json index 2b1a0d27ec..92d6c1a902 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @0.2 nozzle.json @@ -19,9 +19,6 @@ "2" ], "compatible_printers": [ - "Qidi X-Plus 0.2 nozzle", - "Qidi X-Max 0.2 nozzle", - "Qidi X-CF Pro 0.2 nozzle", "Qidi X-Smart 3 0.2 nozzle", "Qidi X-Plus 3 0.2 nozzle", "Qidi X-Max 3 0.2 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @0.6 nozzle.json index 7a9ffd4155..26f96a21f6 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @0.6 nozzle.json @@ -22,9 +22,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 0.6 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @0.8 nozzle.json index 6089fca9f4..4a4f0ffd10 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido Metal @0.8 nozzle.json @@ -22,9 +22,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido Silk @0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido Silk @0.6 nozzle.json index f90993ad9b..dbe2d57ace 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido Silk @0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido Silk @0.6 nozzle.json @@ -22,9 +22,6 @@ "20" ], "compatible_printers": [ - "Qidi X-Plus 0.6 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI PLA Rapido Silk.json b/resources/profiles/Qidi/filament/QIDI PLA Rapido Silk.json index be0f422692..b877e50774 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA Rapido Silk.json +++ b/resources/profiles/Qidi/filament/QIDI PLA Rapido Silk.json @@ -56,4 +56,4 @@ "textured_plate_temp_initial_layer": [ "55" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/QIDI PLA-CF @0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA-CF @0.6 nozzle.json index 59d8a28bd7..6d266568a1 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA-CF @0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA-CF @0.6 nozzle.json @@ -10,9 +10,6 @@ "0.01" ], "compatible_printers": [ - "Qidi X-Plus 0.6 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI PLA-CF @0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PLA-CF @0.8 nozzle.json index 4c265e6c64..ed91757e71 100644 --- a/resources/profiles/Qidi/filament/QIDI PLA-CF @0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PLA-CF @0.8 nozzle.json @@ -13,9 +13,6 @@ "18" ], "compatible_printers": [ - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI PPS-CF @0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PPS-CF @0.6 nozzle.json index 766cbc9d76..d90bd4e3c8 100644 --- a/resources/profiles/Qidi/filament/QIDI PPS-CF @0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PPS-CF @0.6 nozzle.json @@ -43,8 +43,6 @@ "300" ], "compatible_printers": [ - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI PPS-CF @0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PPS-CF @0.8 nozzle.json index 85bcda5991..20cbb98a2d 100644 --- a/resources/profiles/Qidi/filament/QIDI PPS-CF @0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PPS-CF @0.8 nozzle.json @@ -43,8 +43,6 @@ "300" ], "compatible_printers": [ - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI PPS-CF.json b/resources/profiles/Qidi/filament/QIDI PPS-CF.json index 9956719bce..13db20b99f 100644 --- a/resources/profiles/Qidi/filament/QIDI PPS-CF.json +++ b/resources/profiles/Qidi/filament/QIDI PPS-CF.json @@ -98,4 +98,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/QIDI PPS-GF @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PPS-GF @Qidi Q1 Pro 0.4 nozzle.json index 9bfcda342b..6f520e1d27 100644 --- a/resources/profiles/Qidi/filament/QIDI PPS-GF @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PPS-GF @Qidi Q1 Pro 0.4 nozzle.json @@ -1,13 +1,13 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "QIDI PPS-GF @Qidi Q1 Pro 0.4 nozzle", + "inherits": "QIDI PPS-GF", "setting_id": "VgQiY3csDj6bBWSk", + "filament_id": "GFB99", "instantiation": "true", "filament_settings_id": [ "QIDI PPS-GF @Qidi Q1 Pro 0.4 nozzle" ], - "inherits": "QIDI PPS-GF", - "name": "QIDI PPS-GF @Qidi Q1 Pro 0.4 nozzle", "pressure_advance": [ "0.03" ], diff --git a/resources/profiles/Qidi/filament/QIDI PPS-GF @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PPS-GF @Qidi Q1 Pro 0.6 nozzle.json index 11af4ff9fb..d7e1fa61d5 100644 --- a/resources/profiles/Qidi/filament/QIDI PPS-GF @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PPS-GF @Qidi Q1 Pro 0.6 nozzle.json @@ -1,13 +1,13 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "QIDI PPS-GF @Qidi Q1 Pro 0.6 nozzle", + "inherits": "QIDI PPS-GF", "setting_id": "8hFaMBYD7pnmsZWd", + "filament_id": "GFB99", "instantiation": "true", "filament_settings_id": [ "QIDI PPS-GF @Qidi Q1 Pro 0.6 nozzle" ], - "inherits": "QIDI PPS-GF", - "name": "QIDI PPS-GF @Qidi Q1 Pro 0.6 nozzle", "pressure_advance": [ "0.019" ], diff --git a/resources/profiles/Qidi/filament/QIDI PPS-GF @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PPS-GF @Qidi Q1 Pro 0.8 nozzle.json index fabf608b4b..d3adec2da2 100644 --- a/resources/profiles/Qidi/filament/QIDI PPS-GF @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PPS-GF @Qidi Q1 Pro 0.8 nozzle.json @@ -1,13 +1,13 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "QIDI PPS-GF @Qidi Q1 Pro 0.8 nozzle", + "inherits": "QIDI PPS-GF", "setting_id": "BcrvpHAPx0FBvOi3", + "filament_id": "GFB99", "instantiation": "true", "filament_settings_id": [ "QIDI PPS-GF @Qidi Q1 Pro 0.8 nozzle" ], - "inherits": "QIDI PPS-GF", - "name": "QIDI PPS-GF @Qidi Q1 Pro 0.8 nozzle", "pressure_advance": [ "0.008" ], diff --git a/resources/profiles/Qidi/filament/QIDI PPS-GF @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI PPS-GF @Qidi X-Plus 4 0.4 nozzle.json index d33145496d..72a765d490 100644 --- a/resources/profiles/Qidi/filament/QIDI PPS-GF @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PPS-GF @Qidi X-Plus 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "U9L7E06Sy2Wnwskl", "name": "QIDI PPS-GF @Qidi X-Plus 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PPS-GF", + "from": "system", + "setting_id": "U9L7E06Sy2Wnwskl", + "instantiation": "true", "pressure_advance": [ "0.03" ], diff --git a/resources/profiles/Qidi/filament/QIDI PPS-GF @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI PPS-GF @Qidi X-Plus 4 0.6 nozzle.json index ec108b2b4c..5e77b3ea7d 100644 --- a/resources/profiles/Qidi/filament/QIDI PPS-GF @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PPS-GF @Qidi X-Plus 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "crnZYfMj2aMvTdj3", "name": "QIDI PPS-GF @Qidi X-Plus 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PPS-GF", + "from": "system", + "setting_id": "crnZYfMj2aMvTdj3", + "instantiation": "true", "pressure_advance": [ "0.021" ], diff --git a/resources/profiles/Qidi/filament/QIDI PPS-GF @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI PPS-GF @Qidi X-Plus 4 0.8 nozzle.json index 97b8c8b7f6..b98fc5ef13 100644 --- a/resources/profiles/Qidi/filament/QIDI PPS-GF @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI PPS-GF @Qidi X-Plus 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "MuexSudjg1ht7pBE", "name": "QIDI PPS-GF @Qidi X-Plus 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PPS-GF", + "from": "system", + "setting_id": "MuexSudjg1ht7pBE", + "instantiation": "true", "pressure_advance": [ "0.008" ], diff --git a/resources/profiles/Qidi/filament/QIDI PPS-GF.json b/resources/profiles/Qidi/filament/QIDI PPS-GF.json index 22115f4423..8688747e35 100644 --- a/resources/profiles/Qidi/filament/QIDI PPS-GF.json +++ b/resources/profiles/Qidi/filament/QIDI PPS-GF.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "QD_0_1_46", - "setting_id": "uoOOXPpTEGa9bqhx", "name": "QIDI PPS-GF", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_pa", + "from": "system", + "setting_id": "uoOOXPpTEGa9bqhx", + "filament_id": "QD_0_1_46", + "instantiation": "true", "box_temperature_range_high": [ "65" ], @@ -125,4 +125,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/QIDI Support For PAHT.json b/resources/profiles/Qidi/filament/QIDI Support For PAHT.json index 29a044f7cf..338628640c 100644 --- a/resources/profiles/Qidi/filament/QIDI Support For PAHT.json +++ b/resources/profiles/Qidi/filament/QIDI Support For PAHT.json @@ -105,4 +105,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/QIDI Support For PET-PA.json b/resources/profiles/Qidi/filament/QIDI Support For PET-PA.json index 1c05119853..cf18d83f80 100644 --- a/resources/profiles/Qidi/filament/QIDI Support For PET-PA.json +++ b/resources/profiles/Qidi/filament/QIDI Support For PET-PA.json @@ -102,4 +102,4 @@ "textured_cool_plate_temp_initial_layer": [ "70" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/QIDI TPU-Aero.json b/resources/profiles/Qidi/filament/QIDI TPU-Aero.json index 12020a0fcb..70f7e16ecd 100644 --- a/resources/profiles/Qidi/filament/QIDI TPU-Aero.json +++ b/resources/profiles/Qidi/filament/QIDI TPU-Aero.json @@ -52,8 +52,6 @@ "Qidi X-Smart 3 0.4 nozzle", "Qidi X-Plus 3 0.4 nozzle", "Qidi X-Max 3 0.4 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI TPU-GF @Qidi Q1 Pro 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI TPU-GF @Qidi Q1 Pro 0.4 nozzle.json index 3944b54bcf..897e274d70 100644 --- a/resources/profiles/Qidi/filament/QIDI TPU-GF @Qidi Q1 Pro 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI TPU-GF @Qidi Q1 Pro 0.4 nozzle.json @@ -1,13 +1,13 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "QIDI TPU-GF @Qidi Q1 Pro 0.4 nozzle", + "inherits": "QIDI TPU-GF", "setting_id": "GufOfCCphUDzeSo1", + "filament_id": "GFB99", "instantiation": "true", "filament_settings_id": [ "QIDI TPU-GF @Qidi Q1 Pro 0.4 nozzle" ], - "inherits": "QIDI TPU-GF", - "name": "QIDI TPU-GF @Qidi Q1 Pro 0.4 nozzle", "compatible_printers": [ "Qidi Q1 Pro 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/QIDI TPU-GF @Qidi Q1 Pro 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI TPU-GF @Qidi Q1 Pro 0.6 nozzle.json index a49857f4d4..0bd0d3ce6a 100644 --- a/resources/profiles/Qidi/filament/QIDI TPU-GF @Qidi Q1 Pro 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI TPU-GF @Qidi Q1 Pro 0.6 nozzle.json @@ -1,13 +1,13 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "QIDI TPU-GF @Qidi Q1 Pro 0.6 nozzle", + "inherits": "QIDI TPU-GF", "setting_id": "nY6q9vd6lpaXiQpc", + "filament_id": "GFB99", "instantiation": "true", "filament_settings_id": [ "QIDI TPU-GF @Qidi Q1 Pro 0.6 nozzle" ], - "inherits": "QIDI TPU-GF", - "name": "QIDI TPU-GF @Qidi Q1 Pro 0.6 nozzle", "compatible_printers": [ "Qidi Q1 Pro 0.6 nozzle" ] diff --git a/resources/profiles/Qidi/filament/QIDI TPU-GF @Qidi Q1 Pro 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI TPU-GF @Qidi Q1 Pro 0.8 nozzle.json index 2679b15ab1..528ae87a68 100644 --- a/resources/profiles/Qidi/filament/QIDI TPU-GF @Qidi Q1 Pro 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI TPU-GF @Qidi Q1 Pro 0.8 nozzle.json @@ -1,13 +1,13 @@ { "type": "filament", - "filament_id": "GFB99", + "name": "QIDI TPU-GF @Qidi Q1 Pro 0.8 nozzle", + "inherits": "QIDI TPU-GF", "setting_id": "67agKUajM0pFFhia", + "filament_id": "GFB99", "instantiation": "true", "filament_settings_id": [ "QIDI TPU-GF @Qidi Q1 Pro 0.8 nozzle" ], - "inherits": "QIDI TPU-GF", - "name": "QIDI TPU-GF @Qidi Q1 Pro 0.8 nozzle", "compatible_printers": [ "Qidi Q1 Pro 0.8 nozzle" ] diff --git a/resources/profiles/Qidi/filament/QIDI TPU-GF @Qidi X-Plus 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/QIDI TPU-GF @Qidi X-Plus 4 0.4 nozzle.json index a0956abad6..b84207fb37 100644 --- a/resources/profiles/Qidi/filament/QIDI TPU-GF @Qidi X-Plus 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI TPU-GF @Qidi X-Plus 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "YPsFiwLaWWLToPfS", "name": "QIDI TPU-GF @Qidi X-Plus 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI TPU-GF", + "from": "system", + "setting_id": "YPsFiwLaWWLToPfS", + "instantiation": "true", "compatible_printers": [ "Qidi X-Plus 4 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/QIDI TPU-GF @Qidi X-Plus 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI TPU-GF @Qidi X-Plus 4 0.6 nozzle.json index 38135ff5ba..f5d627ac3a 100644 --- a/resources/profiles/Qidi/filament/QIDI TPU-GF @Qidi X-Plus 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI TPU-GF @Qidi X-Plus 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "jz0KDkNI4lYi5wi2", "name": "QIDI TPU-GF @Qidi X-Plus 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI TPU-GF", + "from": "system", + "setting_id": "jz0KDkNI4lYi5wi2", + "instantiation": "true", "compatible_printers": [ "Qidi X-Plus 4 0.6 nozzle" ] diff --git a/resources/profiles/Qidi/filament/QIDI TPU-GF @Qidi X-Plus 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI TPU-GF @Qidi X-Plus 4 0.8 nozzle.json index f11f5aeff6..00bd1f2e0e 100644 --- a/resources/profiles/Qidi/filament/QIDI TPU-GF @Qidi X-Plus 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI TPU-GF @Qidi X-Plus 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "R45ynb8LjuLowV3e", "name": "QIDI TPU-GF @Qidi X-Plus 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI TPU-GF", + "from": "system", + "setting_id": "R45ynb8LjuLowV3e", + "instantiation": "true", "compatible_printers": [ "Qidi X-Plus 4 0.8 nozzle" ] diff --git a/resources/profiles/Qidi/filament/QIDI TPU-GF.json b/resources/profiles/Qidi/filament/QIDI TPU-GF.json index 71de3ddcd4..af3827eb77 100644 --- a/resources/profiles/Qidi/filament/QIDI TPU-GF.json +++ b/resources/profiles/Qidi/filament/QIDI TPU-GF.json @@ -1,11 +1,11 @@ { "type": "filament", - "filament_id": "QD_0_1_15", - "setting_id": "r8sdMolKGn3b52NX", "name": "QIDI TPU-GF", - "from": "system", - "instantiation": "true", "inherits": "fdm_filament_tpu", + "from": "system", + "setting_id": "r8sdMolKGn3b52NX", + "filament_id": "QD_0_1_15", + "instantiation": "true", "filament_adhesiveness_category": [ "600" ], diff --git a/resources/profiles/Qidi/filament/QIDI UltraPA-CF25.json b/resources/profiles/Qidi/filament/QIDI UltraPA-CF25.json index d0751aa6de..9ae8202bce 100644 --- a/resources/profiles/Qidi/filament/QIDI UltraPA-CF25.json +++ b/resources/profiles/Qidi/filament/QIDI UltraPA-CF25.json @@ -70,14 +70,9 @@ "Qidi X-Smart 3 0.4 nozzle", "Qidi X-Plus 3 0.4 nozzle", "Qidi X-Max 3 0.4 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle", - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" @@ -112,4 +107,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/QIDI WOOD Rapido @0.6 nozzle.json b/resources/profiles/Qidi/filament/QIDI WOOD Rapido @0.6 nozzle.json index 184fcd067e..60731be079 100644 --- a/resources/profiles/Qidi/filament/QIDI WOOD Rapido @0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI WOOD Rapido @0.6 nozzle.json @@ -16,9 +16,6 @@ "0.02" ], "compatible_printers": [ - "Qidi X-Plus 0.6 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle" diff --git a/resources/profiles/Qidi/filament/QIDI WOOD Rapido @0.8 nozzle.json b/resources/profiles/Qidi/filament/QIDI WOOD Rapido @0.8 nozzle.json index bb19d9a0b9..a33c51e4b6 100644 --- a/resources/profiles/Qidi/filament/QIDI WOOD Rapido @0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/QIDI WOOD Rapido @0.8 nozzle.json @@ -16,9 +16,6 @@ "0.01" ], "compatible_printers": [ - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/Qidi Generic ABS.json b/resources/profiles/Qidi/filament/Qidi Generic ABS.json index 31a71e8698..f0ced9aabb 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic ABS.json +++ b/resources/profiles/Qidi/filament/Qidi Generic ABS.json @@ -52,24 +52,15 @@ "Generic" ], "compatible_printers": [ - "Qidi X-Plus 0.2 nozzle", - "Qidi X-Max 0.2 nozzle", - "Qidi X-CF Pro 0.2 nozzle", "Qidi X-Plus 0.4 nozzle", "Qidi X-Max 0.4 nozzle", "Qidi X-CF Pro 0.4 nozzle", "Qidi X-Smart 3 0.4 nozzle", "Qidi X-Plus 3 0.4 nozzle", "Qidi X-Max 3 0.4 nozzle", - "Qidi X-Plus 0.6 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle", - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/Qidi Generic ASA.json b/resources/profiles/Qidi/filament/Qidi Generic ASA.json index 9f5ea3921b..e7878476b5 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic ASA.json +++ b/resources/profiles/Qidi/filament/Qidi Generic ASA.json @@ -40,24 +40,15 @@ "Generic" ], "compatible_printers": [ - "Qidi X-Plus 0.2 nozzle", - "Qidi X-Max 0.2 nozzle", - "Qidi X-CF Pro 0.2 nozzle", "Qidi X-Plus 0.4 nozzle", "Qidi X-Max 0.4 nozzle", "Qidi X-CF Pro 0.4 nozzle", "Qidi X-Smart 3 0.4 nozzle", "Qidi X-Plus 3 0.4 nozzle", "Qidi X-Max 3 0.4 nozzle", - "Qidi X-Plus 0.6 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle", - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/Qidi Generic PA-CF.json b/resources/profiles/Qidi/filament/Qidi Generic PA-CF.json index 09df2572a3..880a914309 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PA-CF.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PA-CF.json @@ -52,14 +52,9 @@ "Qidi X-Smart 3 0.4 nozzle", "Qidi X-Plus 3 0.4 nozzle", "Qidi X-Max 3 0.4 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle", - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle", diff --git a/resources/profiles/Qidi/filament/Qidi Generic PA.json b/resources/profiles/Qidi/filament/Qidi Generic PA.json index cfbca39398..4e1f0d20ba 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PA.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PA.json @@ -37,14 +37,9 @@ "Qidi X-Smart 3 0.4 nozzle", "Qidi X-Plus 3 0.4 nozzle", "Qidi X-Max 3 0.4 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle", - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle", diff --git a/resources/profiles/Qidi/filament/Qidi Generic PC @0.2 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PC @0.2 nozzle.json index dd155a633e..5b7bbeb84a 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PC @0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PC @0.2 nozzle.json @@ -13,9 +13,6 @@ "1" ], "compatible_printers": [ - "Qidi X-Plus 0.2 nozzle", - "Qidi X-Max 0.2 nozzle", - "Qidi X-CF Pro 0.2 nozzle", "Qidi X-Smart 3 0.2 nozzle", "Qidi X-Plus 3 0.2 nozzle", "Qidi X-Max 3 0.2 nozzle" diff --git a/resources/profiles/Qidi/filament/Qidi Generic PC @0.8 nozzle.json b/resources/profiles/Qidi/filament/Qidi Generic PC @0.8 nozzle.json index f11b7b8737..d7a15d0bc0 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PC @0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PC @0.8 nozzle.json @@ -10,9 +10,6 @@ "0.008" ], "compatible_printers": [ - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/Qidi Generic PC.json b/resources/profiles/Qidi/filament/Qidi Generic PC.json index 8707544fef..a0a745246e 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PC.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PC.json @@ -55,8 +55,6 @@ "Qidi X-Smart 3 0.4 nozzle", "Qidi X-Plus 3 0.4 nozzle", "Qidi X-Max 3 0.4 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle" diff --git a/resources/profiles/Qidi/filament/Qidi Generic PETG-CF.json b/resources/profiles/Qidi/filament/Qidi Generic PETG-CF.json index 122ddcd44a..3a668823ca 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PETG-CF.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PETG-CF.json @@ -67,9 +67,6 @@ "Generic" ], "compatible_printers": [ - "Qidi X-Plus 0.2 nozzle", - "Qidi X-Max 0.2 nozzle", - "Qidi X-CF Pro 0.2 nozzle", "Qidi X-Smart 3 0.2 nozzle", "Qidi X-Plus 3 0.2 nozzle", "Qidi X-Max 3 0.2 nozzle", @@ -79,15 +76,9 @@ "Qidi X-Smart 3 0.4 nozzle", "Qidi X-Plus 3 0.4 nozzle", "Qidi X-Max 3 0.4 nozzle", - "Qidi X-Plus 0.6 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle", - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle", diff --git a/resources/profiles/Qidi/filament/Qidi Generic PETG.json b/resources/profiles/Qidi/filament/Qidi Generic PETG.json index 11ade0545f..993b9764ba 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PETG.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PETG.json @@ -55,24 +55,15 @@ "Generic" ], "compatible_printers": [ - "Qidi X-Plus 0.2 nozzle", - "Qidi X-Max 0.2 nozzle", - "Qidi X-CF Pro 0.2 nozzle", "Qidi X-Plus 0.4 nozzle", "Qidi X-Max 0.4 nozzle", "Qidi X-CF Pro 0.4 nozzle", "Qidi X-Smart 3 0.4 nozzle", "Qidi X-Plus 3 0.4 nozzle", "Qidi X-Max 3 0.4 nozzle", - "Qidi X-Plus 0.6 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle", - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA Silk.json b/resources/profiles/Qidi/filament/Qidi Generic PLA Silk.json index daabd5f8c9..128da01c7e 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA Silk.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA Silk.json @@ -38,15 +38,9 @@ "Qidi X-Smart 3 0.4 nozzle", "Qidi X-Plus 3 0.4 nozzle", "Qidi X-Max 3 0.4 nozzle", - "Qidi X-Plus 0.6 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle", - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle", @@ -73,4 +67,4 @@ "textured_plate_temp_initial_layer": [ "55" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA+.json b/resources/profiles/Qidi/filament/Qidi Generic PLA+.json index 4d2a6d490d..cf8733d478 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA+.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA+.json @@ -34,20 +34,11 @@ "220" ], "compatible_printers": [ - "Qidi X-Plus 0.2 nozzle", - "Qidi X-Max 0.2 nozzle", - "Qidi X-CF Pro 0.2 nozzle", "Qidi X-Plus 0.4 nozzle", "Qidi X-Max 0.4 nozzle", "Qidi X-CF Pro 0.4 nozzle", "Qidi X-Smart 3 0.4 nozzle", "Qidi X-Plus 3 0.4 nozzle", - "Qidi X-Max 3 0.4 nozzle", - "Qidi X-Plus 0.6 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle" + "Qidi X-Max 3 0.4 nozzle" ] } diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA-CF.json b/resources/profiles/Qidi/filament/Qidi Generic PLA-CF.json index 347dbea220..ced518b3a6 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA-CF.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA-CF.json @@ -37,9 +37,6 @@ "Generic" ], "compatible_printers": [ - "Qidi X-Plus 0.2 nozzle", - "Qidi X-Max 0.2 nozzle", - "Qidi X-CF Pro 0.2 nozzle", "Qidi X-Smart 3 0.2 nozzle", "Qidi X-Plus 3 0.2 nozzle", "Qidi X-Max 3 0.2 nozzle", @@ -49,15 +46,9 @@ "Qidi X-Smart 3 0.4 nozzle", "Qidi X-Plus 3 0.4 nozzle", "Qidi X-Max 3 0.4 nozzle", - "Qidi X-Plus 0.6 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle", - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle", diff --git a/resources/profiles/Qidi/filament/Qidi Generic PLA.json b/resources/profiles/Qidi/filament/Qidi Generic PLA.json index 51b1b0e4c8..2dc3b25203 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PLA.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PLA.json @@ -28,20 +28,11 @@ "Generic" ], "compatible_printers": [ - "Qidi X-Plus 0.2 nozzle", - "Qidi X-Max 0.2 nozzle", - "Qidi X-CF Pro 0.2 nozzle", "Qidi X-Plus 0.4 nozzle", "Qidi X-Max 0.4 nozzle", "Qidi X-CF Pro 0.4 nozzle", "Qidi X-Smart 3 0.4 nozzle", "Qidi X-Plus 3 0.4 nozzle", - "Qidi X-Max 3 0.4 nozzle", - "Qidi X-Plus 0.6 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle" + "Qidi X-Max 3 0.4 nozzle" ] } diff --git a/resources/profiles/Qidi/filament/Qidi Generic PVA.json b/resources/profiles/Qidi/filament/Qidi Generic PVA.json index 72fb04eeff..3479b4eb41 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic PVA.json +++ b/resources/profiles/Qidi/filament/Qidi Generic PVA.json @@ -25,9 +25,6 @@ "Generic" ], "compatible_printers": [ - "Qidi X-Plus 0.2 nozzle", - "Qidi X-Max 0.2 nozzle", - "Qidi X-CF Pro 0.2 nozzle", "Qidi X-Smart 3 0.2 nozzle", "Qidi X-Plus 3 0.2 nozzle", "Qidi X-Max 3 0.2 nozzle", @@ -37,15 +34,9 @@ "Qidi X-Smart 3 0.4 nozzle", "Qidi X-Plus 3 0.4 nozzle", "Qidi X-Max 3 0.4 nozzle", - "Qidi X-Plus 0.6 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle", - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle", diff --git a/resources/profiles/Qidi/filament/Qidi Generic TPU 95A.json b/resources/profiles/Qidi/filament/Qidi Generic TPU 95A.json index 3856665525..d83d0599af 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic TPU 95A.json +++ b/resources/profiles/Qidi/filament/Qidi Generic TPU 95A.json @@ -40,14 +40,9 @@ "Qidi X-Smart 3 0.4 nozzle", "Qidi X-Plus 3 0.4 nozzle", "Qidi X-Max 3 0.4 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle", - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle", diff --git a/resources/profiles/Qidi/filament/Qidi Generic TPU.json b/resources/profiles/Qidi/filament/Qidi Generic TPU.json index 99091f6e70..8c57a5d28a 100644 --- a/resources/profiles/Qidi/filament/Qidi Generic TPU.json +++ b/resources/profiles/Qidi/filament/Qidi Generic TPU.json @@ -34,14 +34,9 @@ "Qidi X-Smart 3 0.4 nozzle", "Qidi X-Plus 3 0.4 nozzle", "Qidi X-Max 3 0.4 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle", - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle", diff --git a/resources/profiles/Qidi/filament/Qidi PC-ABS-FR.json b/resources/profiles/Qidi/filament/Qidi PC-ABS-FR.json index e247cc7bd1..e6faf129d7 100644 --- a/resources/profiles/Qidi/filament/Qidi PC-ABS-FR.json +++ b/resources/profiles/Qidi/filament/Qidi PC-ABS-FR.json @@ -52,14 +52,9 @@ "Qidi X-Smart 3 0.4 nozzle", "Qidi X-Plus 3 0.4 nozzle", "Qidi X-Max 3 0.4 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle", - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle" diff --git a/resources/profiles/Qidi/filament/Qidi TPU 95A-HF.json b/resources/profiles/Qidi/filament/Qidi TPU 95A-HF.json index 8beacd464c..ba588dc809 100644 --- a/resources/profiles/Qidi/filament/Qidi TPU 95A-HF.json +++ b/resources/profiles/Qidi/filament/Qidi TPU 95A-HF.json @@ -31,14 +31,9 @@ "Qidi X-Smart 3 0.4 nozzle", "Qidi X-Plus 3 0.4 nozzle", "Qidi X-Max 3 0.4 nozzle", - "Qidi X-Max 0.6 nozzle", - "Qidi X-CF Pro 0.6 nozzle", "Qidi X-Smart 3 0.6 nozzle", "Qidi X-Plus 3 0.6 nozzle", "Qidi X-Max 3 0.6 nozzle", - "Qidi X-Plus 0.8 nozzle", - "Qidi X-Max 0.8 nozzle", - "Qidi X-CF Pro 0.8 nozzle", "Qidi X-Smart 3 0.8 nozzle", "Qidi X-Plus 3 0.8 nozzle", "Qidi X-Max 3 0.8 nozzle", diff --git a/resources/profiles/Qidi/filament/X4/Bambu ABS @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/Bambu ABS @Qidi X-Max 4 0.2 nozzle.json index 79b53cd63d..875715d005 100644 --- a/resources/profiles/Qidi/filament/X4/Bambu ABS @Qidi X-Max 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Bambu ABS @Qidi X-Max 4 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "ObaWhyOT9RNUMdI6", "name": "Bambu ABS @Qidi X-Max 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Bambu ABS@X-Max 4-Series", + "from": "system", + "setting_id": "ObaWhyOT9RNUMdI6", + "instantiation": "true", "chamber_temperature": [ "0" ], diff --git a/resources/profiles/Qidi/filament/X4/Bambu ABS @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/Bambu ABS @Qidi X-Max 4 0.4 nozzle.json index 2fda0a076e..b284d30bd7 100644 --- a/resources/profiles/Qidi/filament/X4/Bambu ABS @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Bambu ABS @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "83TZ1o0skCCYg62Y", "name": "Bambu ABS @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Bambu ABS@X-Max 4-Series", + "from": "system", + "setting_id": "83TZ1o0skCCYg62Y", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/Bambu ABS @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/Bambu ABS @Qidi X-Max 4 0.6 nozzle.json index 4df827d40d..167ff14a45 100644 --- a/resources/profiles/Qidi/filament/X4/Bambu ABS @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Bambu ABS @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "e4v59EmfFFUmBihO", "name": "Bambu ABS @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Bambu ABS@X-Max 4-Series", + "from": "system", + "setting_id": "e4v59EmfFFUmBihO", + "instantiation": "true", "nozzle_temperature": [ "250" ], diff --git a/resources/profiles/Qidi/filament/X4/Bambu ABS @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/Bambu ABS @Qidi X-Max 4 0.8 nozzle.json index ec0679bd48..2f53b5312e 100644 --- a/resources/profiles/Qidi/filament/X4/Bambu ABS @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Bambu ABS @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "3AQsEBmdQQWNiIO4", "name": "Bambu ABS @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Bambu ABS@X-Max 4-Series", + "from": "system", + "setting_id": "3AQsEBmdQQWNiIO4", + "instantiation": "true", "nozzle_temperature": [ "250" ], diff --git a/resources/profiles/Qidi/filament/X4/Bambu ABS @X-Max 4.json b/resources/profiles/Qidi/filament/X4/Bambu ABS @X-Max 4.json index 12f403b5dd..62e6a4204e 100644 --- a/resources/profiles/Qidi/filament/X4/Bambu ABS @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/Bambu ABS @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", "name": "Bambu ABS@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "GFB99", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -102,4 +102,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/Bambu PETG @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/Bambu PETG @Qidi X-Max 4 0.2 nozzle.json index 8a56205956..0c1fc6a7a0 100644 --- a/resources/profiles/Qidi/filament/X4/Bambu PETG @Qidi X-Max 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Bambu PETG @Qidi X-Max 4 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "9TNhIV7wgatcYh1N", "name": "Bambu PETG @Qidi X-Max 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Bambu PETG@X-Max 4-Series", + "from": "system", + "setting_id": "9TNhIV7wgatcYh1N", + "instantiation": "true", "filament_max_volumetric_speed": [ "1" ], diff --git a/resources/profiles/Qidi/filament/X4/Bambu PETG @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/Bambu PETG @Qidi X-Max 4 0.4 nozzle.json index 4eb8ad8658..81c28e3e75 100644 --- a/resources/profiles/Qidi/filament/X4/Bambu PETG @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Bambu PETG @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "nVBMZmiIghleaUTP", "name": "Bambu PETG @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Bambu PETG@X-Max 4-Series", + "from": "system", + "setting_id": "nVBMZmiIghleaUTP", + "instantiation": "true", "pressure_advance": [ "0.056" ], diff --git a/resources/profiles/Qidi/filament/X4/Bambu PETG @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/Bambu PETG @Qidi X-Max 4 0.6 nozzle.json index f8755d705b..0d6bc21a30 100644 --- a/resources/profiles/Qidi/filament/X4/Bambu PETG @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Bambu PETG @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "uUNbXyfDOU57SVNN", "name": "Bambu PETG @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Bambu PETG@X-Max 4-Series", + "from": "system", + "setting_id": "uUNbXyfDOU57SVNN", + "instantiation": "true", "pressure_advance": [ "0.04" ], diff --git a/resources/profiles/Qidi/filament/X4/Bambu PETG @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/Bambu PETG @Qidi X-Max 4 0.8 nozzle.json index 40d2053087..74dd607729 100644 --- a/resources/profiles/Qidi/filament/X4/Bambu PETG @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Bambu PETG @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "hrxYuEAVW4fZYJmK", "name": "Bambu PETG @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Bambu PETG@X-Max 4-Series", + "from": "system", + "setting_id": "hrxYuEAVW4fZYJmK", + "instantiation": "true", "pressure_advance": [ "0.04" ], diff --git a/resources/profiles/Qidi/filament/X4/Bambu PETG @X-Max 4.json b/resources/profiles/Qidi/filament/X4/Bambu PETG @X-Max 4.json index 540ec2a828..cdfabbe5a0 100644 --- a/resources/profiles/Qidi/filament/X4/Bambu PETG @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/Bambu PETG @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFG99", "name": "Bambu PETG@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "GFG99", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -99,4 +99,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/Bambu PLA @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/Bambu PLA @Qidi X-Max 4 0.2 nozzle.json index fb4cff4b0d..86bd5507f4 100644 --- a/resources/profiles/Qidi/filament/X4/Bambu PLA @Qidi X-Max 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Bambu PLA @Qidi X-Max 4 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "96Jkldwh5ncSfFDu", "name": "Bambu PLA @Qidi X-Max 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Bambu PLA@X-Max 4-Series", + "from": "system", + "setting_id": "96Jkldwh5ncSfFDu", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], diff --git a/resources/profiles/Qidi/filament/X4/Bambu PLA @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/Bambu PLA @Qidi X-Max 4 0.4 nozzle.json index 459a2004fe..74a8b6befd 100644 --- a/resources/profiles/Qidi/filament/X4/Bambu PLA @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Bambu PLA @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "aU8ZGs9t4nFOU6gO", "name": "Bambu PLA @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Bambu PLA@X-Max 4-Series", + "from": "system", + "setting_id": "aU8ZGs9t4nFOU6gO", + "instantiation": "true", "pressure_advance": [ "0.034" ], diff --git a/resources/profiles/Qidi/filament/X4/Bambu PLA @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/Bambu PLA @Qidi X-Max 4 0.6 nozzle.json index b2ac2772a5..af287e369b 100644 --- a/resources/profiles/Qidi/filament/X4/Bambu PLA @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Bambu PLA @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "NGrzUVbjJYUmUH8b", "name": "Bambu PLA @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Bambu PLA@X-Max 4-Series", + "from": "system", + "setting_id": "NGrzUVbjJYUmUH8b", + "instantiation": "true", "pressure_advance": [ "0.016" ], diff --git a/resources/profiles/Qidi/filament/X4/Bambu PLA @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/Bambu PLA @Qidi X-Max 4 0.8 nozzle.json index 140e2df96c..1a087563a2 100644 --- a/resources/profiles/Qidi/filament/X4/Bambu PLA @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Bambu PLA @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "HoqzQQGC1YAYrE0K", "name": "Bambu PLA @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Bambu PLA@X-Max 4-Series", + "from": "system", + "setting_id": "HoqzQQGC1YAYrE0K", + "instantiation": "true", "pressure_advance": [ "0.008" ], diff --git a/resources/profiles/Qidi/filament/X4/Bambu PLA @X-Max 4.json b/resources/profiles/Qidi/filament/X4/Bambu PLA @X-Max 4.json index c6f987b072..9db6ab9698 100644 --- a/resources/profiles/Qidi/filament/X4/Bambu PLA @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/Bambu PLA @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFL99", "name": "Bambu PLA@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "GFL99", + "instantiation": "false", "fan_cooling_layer_time": [ "100" ], diff --git a/resources/profiles/Qidi/filament/X4/Generic ABS @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic ABS @Qidi X-Max 4 0.2 nozzle.json index fba3225f6c..d279972582 100644 --- a/resources/profiles/Qidi/filament/X4/Generic ABS @Qidi X-Max 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Generic ABS @Qidi X-Max 4 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "FZbHj2p2roIxznOM", "name": "Generic ABS @Qidi X-Max 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic ABS@X-Max 4-Series", + "from": "system", + "setting_id": "FZbHj2p2roIxznOM", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], diff --git a/resources/profiles/Qidi/filament/X4/Generic ABS @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic ABS @Qidi X-Max 4 0.4 nozzle.json index ff87f48a23..3a094b95fb 100644 --- a/resources/profiles/Qidi/filament/X4/Generic ABS @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Generic ABS @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "ysDcErFoFj9ed7bU", "name": "Generic ABS @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic ABS@X-Max 4-Series", + "from": "system", + "setting_id": "ysDcErFoFj9ed7bU", + "instantiation": "true", "pressure_advance": [ "0.03" ], diff --git a/resources/profiles/Qidi/filament/X4/Generic ABS @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic ABS @Qidi X-Max 4 0.6 nozzle.json index 47f97d0f8c..da90b9cf70 100644 --- a/resources/profiles/Qidi/filament/X4/Generic ABS @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Generic ABS @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "qLHOUz2Ygnup2DQB", "name": "Generic ABS @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic ABS@X-Max 4-Series", + "from": "system", + "setting_id": "qLHOUz2Ygnup2DQB", + "instantiation": "true", "filament_max_volumetric_speed": [ "24.5" ], diff --git a/resources/profiles/Qidi/filament/X4/Generic ABS @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic ABS @Qidi X-Max 4 0.8 nozzle.json index dedf402f34..14f7a4c706 100644 --- a/resources/profiles/Qidi/filament/X4/Generic ABS @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Generic ABS @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "tnWPrR1DH65ueDeo", "name": "Generic ABS @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic ABS@X-Max 4-Series", + "from": "system", + "setting_id": "tnWPrR1DH65ueDeo", + "instantiation": "true", "filament_max_volumetric_speed": [ "24.5" ], diff --git a/resources/profiles/Qidi/filament/X4/Generic ABS @X-Max 4.json b/resources/profiles/Qidi/filament/X4/Generic ABS @X-Max 4.json index 35acd35fd0..e01dbb5296 100644 --- a/resources/profiles/Qidi/filament/X4/Generic ABS @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/Generic ABS @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_0_11", "name": "Generic ABS@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_0_11", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -108,4 +108,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/Generic PC @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic PC @Qidi X-Max 4 0.2 nozzle.json index fb4099671d..bcfe6f21a3 100644 --- a/resources/profiles/Qidi/filament/X4/Generic PC @Qidi X-Max 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Generic PC @Qidi X-Max 4 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "0jPfHsrKufenRV54", "name": "Generic PC @Qidi X-Max 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic PC@X-Max 4-Series", + "from": "system", + "setting_id": "0jPfHsrKufenRV54", + "instantiation": "true", "filament_flow_ratio": [ "0.94" ], diff --git a/resources/profiles/Qidi/filament/X4/Generic PC @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic PC @Qidi X-Max 4 0.4 nozzle.json index 0ddf9878bc..0c16607133 100644 --- a/resources/profiles/Qidi/filament/X4/Generic PC @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Generic PC @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "SL8yGVK6yyh7Ce0P", "name": "Generic PC @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic PC@X-Max 4-Series", + "from": "system", + "setting_id": "SL8yGVK6yyh7Ce0P", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], diff --git a/resources/profiles/Qidi/filament/X4/Generic PC @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic PC @Qidi X-Max 4 0.6 nozzle.json index 555e4f994b..c8ecea8665 100644 --- a/resources/profiles/Qidi/filament/X4/Generic PC @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Generic PC @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "KNMYMJ4gcwLaJrXB", "name": "Generic PC @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic PC@X-Max 4-Series", + "from": "system", + "setting_id": "KNMYMJ4gcwLaJrXB", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], diff --git a/resources/profiles/Qidi/filament/X4/Generic PC @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic PC @Qidi X-Max 4 0.8 nozzle.json index 25a87d7047..55f5ec2e32 100644 --- a/resources/profiles/Qidi/filament/X4/Generic PC @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Generic PC @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "7YEkA5j3W20o8tTN", "name": "Generic PC @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic PC@X-Max 4-Series", + "from": "system", + "setting_id": "7YEkA5j3W20o8tTN", + "instantiation": "true", "filament_flow_ratio": [ "0.95" ], diff --git a/resources/profiles/Qidi/filament/X4/Generic PC @X-Max 4.json b/resources/profiles/Qidi/filament/X4/Generic PC @X-Max 4.json index 79b5ad6df7..655713b891 100644 --- a/resources/profiles/Qidi/filament/X4/Generic PC @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/Generic PC @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_0_23", "name": "Generic PC@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_0_23", + "instantiation": "false", "box_temperature_range_high": [ "65" ], diff --git a/resources/profiles/Qidi/filament/X4/Generic PETG @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic PETG @Qidi X-Max 4 0.2 nozzle.json index 54be6195d1..27f9b8f7fd 100644 --- a/resources/profiles/Qidi/filament/X4/Generic PETG @Qidi X-Max 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Generic PETG @Qidi X-Max 4 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "yEnyAQ47lfdqYm0q", "name": "Generic PETG @Qidi X-Max 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic PETG@X-Max 4-Series", + "from": "system", + "setting_id": "yEnyAQ47lfdqYm0q", + "instantiation": "true", "filament_max_volumetric_speed": [ "1" ], diff --git a/resources/profiles/Qidi/filament/X4/Generic PETG @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic PETG @Qidi X-Max 4 0.4 nozzle.json index f953534dfb..6ac1d60861 100644 --- a/resources/profiles/Qidi/filament/X4/Generic PETG @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Generic PETG @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "XCv5iF6yKlQSg53I", "name": "Generic PETG @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic PETG@X-Max 4-Series", + "from": "system", + "setting_id": "XCv5iF6yKlQSg53I", + "instantiation": "true", "pressure_advance": [ "0.056" ], diff --git a/resources/profiles/Qidi/filament/X4/Generic PETG @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic PETG @Qidi X-Max 4 0.6 nozzle.json index f99ba18992..a003e3aff7 100644 --- a/resources/profiles/Qidi/filament/X4/Generic PETG @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Generic PETG @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "vMG4ik94FbjX2HGU", "name": "Generic PETG @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic PETG@X-Max 4-Series", + "from": "system", + "setting_id": "vMG4ik94FbjX2HGU", + "instantiation": "true", "pressure_advance": [ "0.04" ], diff --git a/resources/profiles/Qidi/filament/X4/Generic PETG @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic PETG @Qidi X-Max 4 0.8 nozzle.json index 7d48cb368a..f07ffe5566 100644 --- a/resources/profiles/Qidi/filament/X4/Generic PETG @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Generic PETG @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "lHOyUewbi7eXOiX2", "name": "Generic PETG @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic PETG@X-Max 4-Series", + "from": "system", + "setting_id": "lHOyUewbi7eXOiX2", + "instantiation": "true", "pressure_advance": [ "0.04" ], diff --git a/resources/profiles/Qidi/filament/X4/Generic PETG @X-Max 4.json b/resources/profiles/Qidi/filament/X4/Generic PETG @X-Max 4.json index 95729f6f26..e855840148 100644 --- a/resources/profiles/Qidi/filament/X4/Generic PETG @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/Generic PETG @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_0_41", "name": "Generic PETG@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_0_41", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -102,4 +102,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/Generic PLA @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic PLA @Qidi X-Max 4 0.2 nozzle.json index 5d86c316e8..eb98e9507a 100644 --- a/resources/profiles/Qidi/filament/X4/Generic PLA @Qidi X-Max 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Generic PLA @Qidi X-Max 4 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "VHIjYrFQCcCuLx3y", "name": "Generic PLA @Qidi X-Max 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic PLA@X-Max 4-Series", + "from": "system", + "setting_id": "VHIjYrFQCcCuLx3y", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], diff --git a/resources/profiles/Qidi/filament/X4/Generic PLA @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic PLA @Qidi X-Max 4 0.4 nozzle.json index da6649ec09..9b275f3488 100644 --- a/resources/profiles/Qidi/filament/X4/Generic PLA @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Generic PLA @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "yE9wOy1UAO2mMq9b", "name": "Generic PLA @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic PLA@X-Max 4-Series", + "from": "system", + "setting_id": "yE9wOy1UAO2mMq9b", + "instantiation": "true", "pressure_advance": [ "0.034" ], diff --git a/resources/profiles/Qidi/filament/X4/Generic PLA @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic PLA @Qidi X-Max 4 0.6 nozzle.json index edcdc800da..77af563c8e 100644 --- a/resources/profiles/Qidi/filament/X4/Generic PLA @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Generic PLA @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "q4GoIMWFilTiYsxq", "name": "Generic PLA @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic PLA@X-Max 4-Series", + "from": "system", + "setting_id": "q4GoIMWFilTiYsxq", + "instantiation": "true", "pressure_advance": [ "0.016" ], diff --git a/resources/profiles/Qidi/filament/X4/Generic PLA @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic PLA @Qidi X-Max 4 0.8 nozzle.json index 3d68584be9..03707d096e 100644 --- a/resources/profiles/Qidi/filament/X4/Generic PLA @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Generic PLA @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "K7Rs9SipNTYpW0NV", "name": "Generic PLA @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic PLA@X-Max 4-Series", + "from": "system", + "setting_id": "K7Rs9SipNTYpW0NV", + "instantiation": "true", "pressure_advance": [ "0.008" ], diff --git a/resources/profiles/Qidi/filament/X4/Generic PLA @X-Max 4.json b/resources/profiles/Qidi/filament/X4/Generic PLA @X-Max 4.json index 61bf876a2f..a4ee80e67d 100644 --- a/resources/profiles/Qidi/filament/X4/Generic PLA @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/Generic PLA @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_0_1", "name": "Generic PLA@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_0_1", + "instantiation": "false", "additional_cooling_fan_speed": [ "100" ], diff --git a/resources/profiles/Qidi/filament/X4/Generic PLA Silk @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic PLA Silk @Qidi X-Max 4 0.4 nozzle.json index 7fd5d8f4c8..eb72a9d250 100644 --- a/resources/profiles/Qidi/filament/X4/Generic PLA Silk @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Generic PLA Silk @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "H5WaVHBEGGXCBNCG", "name": "Generic PLA Silk @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic PLA Silk@X-Max 4-Series", + "from": "system", + "setting_id": "H5WaVHBEGGXCBNCG", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/Generic PLA Silk @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic PLA Silk @Qidi X-Max 4 0.6 nozzle.json index 4c44f7e405..35da3b09de 100644 --- a/resources/profiles/Qidi/filament/X4/Generic PLA Silk @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Generic PLA Silk @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "U9QBvAi10Oy73olq", "name": "Generic PLA Silk @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic PLA Silk@X-Max 4-Series", + "from": "system", + "setting_id": "U9QBvAi10Oy73olq", + "instantiation": "true", "pressure_advance": [ "0.014" ], diff --git a/resources/profiles/Qidi/filament/X4/Generic PLA Silk @X-Max 4.json b/resources/profiles/Qidi/filament/X4/Generic PLA Silk @X-Max 4.json index d09639f39c..e83be7d908 100644 --- a/resources/profiles/Qidi/filament/X4/Generic PLA Silk @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/Generic PLA Silk @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_0_4", "name": "Generic PLA Silk@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_0_4", + "instantiation": "false", "additional_cooling_fan_speed": [ "100" ], diff --git a/resources/profiles/Qidi/filament/X4/Generic PLA+ @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic PLA+ @Qidi X-Max 4 0.2 nozzle.json index b3c5951634..4bf10a5dcf 100644 --- a/resources/profiles/Qidi/filament/X4/Generic PLA+ @Qidi X-Max 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Generic PLA+ @Qidi X-Max 4 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "5zmqHwM0HFBxi2xH", "name": "Generic PLA+ @Qidi X-Max 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic PLA+@X-Max 4-Series", + "from": "system", + "setting_id": "5zmqHwM0HFBxi2xH", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], diff --git a/resources/profiles/Qidi/filament/X4/Generic PLA+ @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic PLA+ @Qidi X-Max 4 0.4 nozzle.json index 2fee85c05a..2964658af4 100644 --- a/resources/profiles/Qidi/filament/X4/Generic PLA+ @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Generic PLA+ @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "G43aOOmnvhwXsZ3L", "name": "Generic PLA+ @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic PLA+@X-Max 4-Series", + "from": "system", + "setting_id": "G43aOOmnvhwXsZ3L", + "instantiation": "true", "pressure_advance": [ "0.034" ], diff --git a/resources/profiles/Qidi/filament/X4/Generic PLA+ @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic PLA+ @Qidi X-Max 4 0.6 nozzle.json index 013e9d99b4..76fa92cb25 100644 --- a/resources/profiles/Qidi/filament/X4/Generic PLA+ @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Generic PLA+ @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "x2KsG7GA8CRgmngd", "name": "Generic PLA+ @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic PLA+@X-Max 4-Series", + "from": "system", + "setting_id": "x2KsG7GA8CRgmngd", + "instantiation": "true", "pressure_advance": [ "0.016" ], diff --git a/resources/profiles/Qidi/filament/X4/Generic PLA+ @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic PLA+ @Qidi X-Max 4 0.8 nozzle.json index d8b298f5b3..bf346d72f9 100644 --- a/resources/profiles/Qidi/filament/X4/Generic PLA+ @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Generic PLA+ @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "p0gZGSbqtHedXLe4", "name": "Generic PLA+ @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic PLA+@X-Max 4-Series", + "from": "system", + "setting_id": "p0gZGSbqtHedXLe4", + "instantiation": "true", "pressure_advance": [ "0.008" ], diff --git a/resources/profiles/Qidi/filament/X4/Generic PLA+ @X-Max 4.json b/resources/profiles/Qidi/filament/X4/Generic PLA+ @X-Max 4.json index 9f552d2055..924752466e 100644 --- a/resources/profiles/Qidi/filament/X4/Generic PLA+ @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/Generic PLA+ @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFL99", "name": "Generic PLA+@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "GFL99", + "instantiation": "false", "additional_cooling_fan_speed": [ "100" ], diff --git a/resources/profiles/Qidi/filament/X4/Generic TPU 95A @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic TPU 95A @Qidi X-Max 4 0.4 nozzle.json index 2ad8273d99..0de6b84a22 100644 --- a/resources/profiles/Qidi/filament/X4/Generic TPU 95A @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Generic TPU 95A @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "qBceIx6IKWOfED8g", "name": "Generic TPU 95A @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic TPU 95A@X-Max 4-Series", + "from": "system", + "setting_id": "qBceIx6IKWOfED8g", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/Generic TPU 95A @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic TPU 95A @Qidi X-Max 4 0.6 nozzle.json index 04799caeb0..0e90822f80 100644 --- a/resources/profiles/Qidi/filament/X4/Generic TPU 95A @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Generic TPU 95A @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "Uh1TenQIQNw4u4JD", "name": "Generic TPU 95A @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic TPU 95A@X-Max 4-Series", + "from": "system", + "setting_id": "Uh1TenQIQNw4u4JD", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.6 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/Generic TPU 95A @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic TPU 95A @Qidi X-Max 4 0.8 nozzle.json index c0093ad634..86665a59ad 100644 --- a/resources/profiles/Qidi/filament/X4/Generic TPU 95A @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Generic TPU 95A @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "pkkTq8YNVI54H3nT", "name": "Generic TPU 95A @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Generic TPU 95A@X-Max 4-Series", + "from": "system", + "setting_id": "pkkTq8YNVI54H3nT", + "instantiation": "true", "nozzle_temperature": [ "220" ], diff --git a/resources/profiles/Qidi/filament/X4/Generic TPU 95A @X-Max 4.json b/resources/profiles/Qidi/filament/X4/Generic TPU 95A @X-Max 4.json index 1fa872badd..10a520531d 100644 --- a/resources/profiles/Qidi/filament/X4/Generic TPU 95A @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/Generic TPU 95A @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_0_50", "name": "Generic TPU 95A@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_0_50", + "instantiation": "false", "filament_adhesiveness_category": [ "600" ], @@ -78,4 +78,4 @@ "textured_cool_plate_temp_initial_layer": [ "30" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/HATCHBOX ABS @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/HATCHBOX ABS @Qidi X-Max 4 0.2 nozzle.json index d364f20974..b049af2921 100644 --- a/resources/profiles/Qidi/filament/X4/HATCHBOX ABS @Qidi X-Max 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/HATCHBOX ABS @Qidi X-Max 4 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "oEc7qBp8hGIUKMhs", "name": "HATCHBOX ABS @Qidi X-Max 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "HATCHBOX ABS@X-Max 4-Series", + "from": "system", + "setting_id": "oEc7qBp8hGIUKMhs", + "instantiation": "true", "chamber_temperature": [ "0" ], diff --git a/resources/profiles/Qidi/filament/X4/HATCHBOX ABS @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/HATCHBOX ABS @Qidi X-Max 4 0.4 nozzle.json index f89eeeee9e..9c9ed72cf1 100644 --- a/resources/profiles/Qidi/filament/X4/HATCHBOX ABS @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/HATCHBOX ABS @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "pkguUnnJl8nPCxfU", "name": "HATCHBOX ABS @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "HATCHBOX ABS@X-Max 4-Series", + "from": "system", + "setting_id": "pkguUnnJl8nPCxfU", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/HATCHBOX ABS @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/HATCHBOX ABS @Qidi X-Max 4 0.6 nozzle.json index 853aa2a5d1..3716bc9068 100644 --- a/resources/profiles/Qidi/filament/X4/HATCHBOX ABS @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/HATCHBOX ABS @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "FMrsa95wzL2qFuLP", "name": "HATCHBOX ABS @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "HATCHBOX ABS@X-Max 4-Series", + "from": "system", + "setting_id": "FMrsa95wzL2qFuLP", + "instantiation": "true", "nozzle_temperature": [ "250" ], diff --git a/resources/profiles/Qidi/filament/X4/HATCHBOX ABS @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/HATCHBOX ABS @Qidi X-Max 4 0.8 nozzle.json index 323a0ddcfe..c4da12b133 100644 --- a/resources/profiles/Qidi/filament/X4/HATCHBOX ABS @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/HATCHBOX ABS @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "JR1t0jGog7DCHEzN", "name": "HATCHBOX ABS @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "HATCHBOX ABS@X-Max 4-Series", + "from": "system", + "setting_id": "JR1t0jGog7DCHEzN", + "instantiation": "true", "nozzle_temperature": [ "250" ], diff --git a/resources/profiles/Qidi/filament/X4/HATCHBOX ABS @X-Max 4.json b/resources/profiles/Qidi/filament/X4/HATCHBOX ABS @X-Max 4.json index 35434f69c7..d7e4f1c7ed 100644 --- a/resources/profiles/Qidi/filament/X4/HATCHBOX ABS @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/HATCHBOX ABS @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", "name": "HATCHBOX ABS@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "GFB99", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -102,4 +102,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/HATCHBOX PETG @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/HATCHBOX PETG @Qidi X-Max 4 0.2 nozzle.json index 5349842e9f..57566fa1a0 100644 --- a/resources/profiles/Qidi/filament/X4/HATCHBOX PETG @Qidi X-Max 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/HATCHBOX PETG @Qidi X-Max 4 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "sGRdg0IX4MrMGWpj", "name": "HATCHBOX PETG @Qidi X-Max 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "HATCHBOX PETG@X-Max 4-Series", + "from": "system", + "setting_id": "sGRdg0IX4MrMGWpj", + "instantiation": "true", "filament_max_volumetric_speed": [ "1" ], diff --git a/resources/profiles/Qidi/filament/X4/HATCHBOX PETG @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/HATCHBOX PETG @Qidi X-Max 4 0.4 nozzle.json index feb59955cd..06daf029ea 100644 --- a/resources/profiles/Qidi/filament/X4/HATCHBOX PETG @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/HATCHBOX PETG @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "WDKsFE4N46eYgxds", "name": "HATCHBOX PETG @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "HATCHBOX PETG@X-Max 4-Series", + "from": "system", + "setting_id": "WDKsFE4N46eYgxds", + "instantiation": "true", "pressure_advance": [ "0.056" ], diff --git a/resources/profiles/Qidi/filament/X4/HATCHBOX PETG @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/HATCHBOX PETG @Qidi X-Max 4 0.6 nozzle.json index c28b55a7bd..facc884298 100644 --- a/resources/profiles/Qidi/filament/X4/HATCHBOX PETG @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/HATCHBOX PETG @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "U3ssAv86SBQsTGzv", "name": "HATCHBOX PETG @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "HATCHBOX PETG@X-Max 4-Series", + "from": "system", + "setting_id": "U3ssAv86SBQsTGzv", + "instantiation": "true", "pressure_advance": [ "0.04" ], diff --git a/resources/profiles/Qidi/filament/X4/HATCHBOX PETG @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/HATCHBOX PETG @Qidi X-Max 4 0.8 nozzle.json index af1affe66d..7d76bf5825 100644 --- a/resources/profiles/Qidi/filament/X4/HATCHBOX PETG @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/HATCHBOX PETG @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "Y5FdpTxdj2CmzU7R", "name": "HATCHBOX PETG @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "HATCHBOX PETG@X-Max 4-Series", + "from": "system", + "setting_id": "Y5FdpTxdj2CmzU7R", + "instantiation": "true", "pressure_advance": [ "0.04" ], diff --git a/resources/profiles/Qidi/filament/X4/HATCHBOX PETG @X-Max 4.json b/resources/profiles/Qidi/filament/X4/HATCHBOX PETG @X-Max 4.json index 4cf0e98504..9e9abfbd09 100644 --- a/resources/profiles/Qidi/filament/X4/HATCHBOX PETG @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/HATCHBOX PETG @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFG99", "name": "HATCHBOX PETG@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "GFG99", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -99,4 +99,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/HATCHBOX PLA @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/HATCHBOX PLA @Qidi X-Max 4 0.2 nozzle.json index b9379ed924..068dc22078 100644 --- a/resources/profiles/Qidi/filament/X4/HATCHBOX PLA @Qidi X-Max 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/HATCHBOX PLA @Qidi X-Max 4 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "O435vUq8oUXZh0L5", "name": "HATCHBOX PLA @Qidi X-Max 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "HATCHBOX PLA@X-Max 4-Series", + "from": "system", + "setting_id": "O435vUq8oUXZh0L5", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], diff --git a/resources/profiles/Qidi/filament/X4/HATCHBOX PLA @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/HATCHBOX PLA @Qidi X-Max 4 0.4 nozzle.json index 15174b1ded..fa5d0636de 100644 --- a/resources/profiles/Qidi/filament/X4/HATCHBOX PLA @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/HATCHBOX PLA @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "kjoWs9L40bAEED57", "name": "HATCHBOX PLA @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "HATCHBOX PLA@X-Max 4-Series", + "from": "system", + "setting_id": "kjoWs9L40bAEED57", + "instantiation": "true", "pressure_advance": [ "0.034" ], diff --git a/resources/profiles/Qidi/filament/X4/HATCHBOX PLA @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/HATCHBOX PLA @Qidi X-Max 4 0.6 nozzle.json index d1cdc13052..49f240f349 100644 --- a/resources/profiles/Qidi/filament/X4/HATCHBOX PLA @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/HATCHBOX PLA @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "d9Zcvd5g3fN8TZw9", "name": "HATCHBOX PLA @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "HATCHBOX PLA@X-Max 4-Series", + "from": "system", + "setting_id": "d9Zcvd5g3fN8TZw9", + "instantiation": "true", "pressure_advance": [ "0.016" ], diff --git a/resources/profiles/Qidi/filament/X4/HATCHBOX PLA @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/HATCHBOX PLA @Qidi X-Max 4 0.8 nozzle.json index f082447bd7..85523eecb4 100644 --- a/resources/profiles/Qidi/filament/X4/HATCHBOX PLA @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/HATCHBOX PLA @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "15ojXVF9I50YBsnG", "name": "HATCHBOX PLA @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "HATCHBOX PLA@X-Max 4-Series", + "from": "system", + "setting_id": "15ojXVF9I50YBsnG", + "instantiation": "true", "pressure_advance": [ "0.008" ], diff --git a/resources/profiles/Qidi/filament/X4/HATCHBOX PLA @X-Max 4.json b/resources/profiles/Qidi/filament/X4/HATCHBOX PLA @X-Max 4.json index 42a8ad8af9..2cb6be1fc3 100644 --- a/resources/profiles/Qidi/filament/X4/HATCHBOX PLA @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/HATCHBOX PLA @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFL99", "name": "HATCHBOX PLA@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "GFL99", + "instantiation": "false", "fan_cooling_layer_time": [ "100" ], diff --git a/resources/profiles/Qidi/filament/X4/Overture ABS @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/Overture ABS @Qidi X-Max 4 0.2 nozzle.json index d39feec3f6..8afc2ba0cf 100644 --- a/resources/profiles/Qidi/filament/X4/Overture ABS @Qidi X-Max 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Overture ABS @Qidi X-Max 4 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GCuVY57NORejEknS", "name": "Overture ABS @Qidi X-Max 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Overture ABS@X-Max 4-Series", + "from": "system", + "setting_id": "GCuVY57NORejEknS", + "instantiation": "true", "chamber_temperature": [ "0" ], diff --git a/resources/profiles/Qidi/filament/X4/Overture ABS @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/Overture ABS @Qidi X-Max 4 0.4 nozzle.json index 4296fbbeb5..0c89e039bf 100644 --- a/resources/profiles/Qidi/filament/X4/Overture ABS @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Overture ABS @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "wmt9ksAtegWWht1z", "name": "Overture ABS @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Overture ABS@X-Max 4-Series", + "from": "system", + "setting_id": "wmt9ksAtegWWht1z", + "instantiation": "true", "pressure_advance": [ "0.033" ], diff --git a/resources/profiles/Qidi/filament/X4/Overture ABS @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/Overture ABS @Qidi X-Max 4 0.6 nozzle.json index b990151e56..cc48031499 100644 --- a/resources/profiles/Qidi/filament/X4/Overture ABS @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Overture ABS @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "jDN2TUgHD6iLIZ7D", "name": "Overture ABS @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Overture ABS@X-Max 4-Series", + "from": "system", + "setting_id": "jDN2TUgHD6iLIZ7D", + "instantiation": "true", "pressure_advance": [ "0.02" ], diff --git a/resources/profiles/Qidi/filament/X4/Overture ABS @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/Overture ABS @Qidi X-Max 4 0.8 nozzle.json index 8c0a9c172c..22229cc60d 100644 --- a/resources/profiles/Qidi/filament/X4/Overture ABS @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Overture ABS @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "2EkhezFbXvWIoAZL", "name": "Overture ABS @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Overture ABS@X-Max 4-Series", + "from": "system", + "setting_id": "2EkhezFbXvWIoAZL", + "instantiation": "true", "pressure_advance": [ "0.01" ], diff --git a/resources/profiles/Qidi/filament/X4/Overture ABS @X-Max 4.json b/resources/profiles/Qidi/filament/X4/Overture ABS @X-Max 4.json index a3a689a2ed..485db36e9a 100644 --- a/resources/profiles/Qidi/filament/X4/Overture ABS @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/Overture ABS @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", "name": "Overture ABS@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "GFB99", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -105,4 +105,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/Overture PLA @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/Overture PLA @Qidi X-Max 4 0.2 nozzle.json index 2021327b82..5b17637aaf 100644 --- a/resources/profiles/Qidi/filament/X4/Overture PLA @Qidi X-Max 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Overture PLA @Qidi X-Max 4 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "fviMGr9MBOAvKSMl", "name": "Overture PLA @Qidi X-Max 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Overture PLA@X-Max 4-Series", + "from": "system", + "setting_id": "fviMGr9MBOAvKSMl", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], diff --git a/resources/profiles/Qidi/filament/X4/Overture PLA @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/Overture PLA @Qidi X-Max 4 0.4 nozzle.json index e60ee9fbdd..bbcec8fd61 100644 --- a/resources/profiles/Qidi/filament/X4/Overture PLA @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Overture PLA @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "3QdWBhSArEkFau2X", "name": "Overture PLA @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Overture PLA@X-Max 4-Series", + "from": "system", + "setting_id": "3QdWBhSArEkFau2X", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/Overture PLA @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/Overture PLA @Qidi X-Max 4 0.6 nozzle.json index e830d41b28..a657b5ecf3 100644 --- a/resources/profiles/Qidi/filament/X4/Overture PLA @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Overture PLA @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "38fBe2sB0HgNFCoW", "name": "Overture PLA @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Overture PLA@X-Max 4-Series", + "from": "system", + "setting_id": "38fBe2sB0HgNFCoW", + "instantiation": "true", "pressure_advance": [ "0.019" ], diff --git a/resources/profiles/Qidi/filament/X4/Overture PLA @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/Overture PLA @Qidi X-Max 4 0.8 nozzle.json index 638efeb787..13e9783c44 100644 --- a/resources/profiles/Qidi/filament/X4/Overture PLA @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/Overture PLA @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "CRiRufyTStiGQonN", "name": "Overture PLA @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Overture PLA@X-Max 4-Series", + "from": "system", + "setting_id": "CRiRufyTStiGQonN", + "instantiation": "true", "pressure_advance": [ "0.012" ], diff --git a/resources/profiles/Qidi/filament/X4/Overture PLA @X-Max 4.json b/resources/profiles/Qidi/filament/X4/Overture PLA @X-Max 4.json index 513a5b3ca1..289af93715 100644 --- a/resources/profiles/Qidi/filament/X4/Overture PLA @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/Overture PLA @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFL99", "name": "Overture PLA@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "GFL99", + "instantiation": "false", "fan_cooling_layer_time": [ "100" ], diff --git a/resources/profiles/Qidi/filament/X4/PolyLite ABS @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/PolyLite ABS @Qidi X-Max 4 0.2 nozzle.json index 30de035042..06964bd545 100644 --- a/resources/profiles/Qidi/filament/X4/PolyLite ABS @Qidi X-Max 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/PolyLite ABS @Qidi X-Max 4 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "0tZA7mEPnBAdWefh", "name": "PolyLite ABS @Qidi X-Max 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "PolyLite ABS@X-Max 4-Series", + "from": "system", + "setting_id": "0tZA7mEPnBAdWefh", + "instantiation": "true", "chamber_temperature": [ "0" ], diff --git a/resources/profiles/Qidi/filament/X4/PolyLite ABS @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/PolyLite ABS @Qidi X-Max 4 0.4 nozzle.json index 26828e39c2..0c82acba82 100644 --- a/resources/profiles/Qidi/filament/X4/PolyLite ABS @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/PolyLite ABS @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "CVP2UVOtfgJoI2NW", "name": "PolyLite ABS @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "PolyLite ABS@X-Max 4-Series", + "from": "system", + "setting_id": "CVP2UVOtfgJoI2NW", + "instantiation": "true", "pressure_advance": [ "0.033" ], diff --git a/resources/profiles/Qidi/filament/X4/PolyLite ABS @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/PolyLite ABS @Qidi X-Max 4 0.6 nozzle.json index ea4bfcfaf4..ac59a90e8c 100644 --- a/resources/profiles/Qidi/filament/X4/PolyLite ABS @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/PolyLite ABS @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "cO252ch3uc4X0sUb", "name": "PolyLite ABS @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "PolyLite ABS@X-Max 4-Series", + "from": "system", + "setting_id": "cO252ch3uc4X0sUb", + "instantiation": "true", "pressure_advance": [ "0.02" ], diff --git a/resources/profiles/Qidi/filament/X4/PolyLite ABS @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/PolyLite ABS @Qidi X-Max 4 0.8 nozzle.json index 018c41ea29..bfbfc602a4 100644 --- a/resources/profiles/Qidi/filament/X4/PolyLite ABS @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/PolyLite ABS @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "wADGmAQqZes67Lqy", "name": "PolyLite ABS @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "PolyLite ABS@X-Max 4-Series", + "from": "system", + "setting_id": "wADGmAQqZes67Lqy", + "instantiation": "true", "pressure_advance": [ "0.01" ], diff --git a/resources/profiles/Qidi/filament/X4/PolyLite ABS @X-Max 4.json b/resources/profiles/Qidi/filament/X4/PolyLite ABS @X-Max 4.json index 371d89eacc..215fb00a92 100644 --- a/resources/profiles/Qidi/filament/X4/PolyLite ABS @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/PolyLite ABS @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFB99", "name": "PolyLite ABS@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "GFB99", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -105,4 +105,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/PolyLite PLA @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/PolyLite PLA @Qidi X-Max 4 0.2 nozzle.json index ded9914cc7..cabcb1eeb8 100644 --- a/resources/profiles/Qidi/filament/X4/PolyLite PLA @Qidi X-Max 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/PolyLite PLA @Qidi X-Max 4 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "ka8gZuf48AuqSkSU", "name": "PolyLite PLA @Qidi X-Max 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "PolyLite PLA@X-Max 4-Series", + "from": "system", + "setting_id": "ka8gZuf48AuqSkSU", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], diff --git a/resources/profiles/Qidi/filament/X4/PolyLite PLA @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/PolyLite PLA @Qidi X-Max 4 0.4 nozzle.json index 28e74e3923..d1ffbd8d5c 100644 --- a/resources/profiles/Qidi/filament/X4/PolyLite PLA @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/PolyLite PLA @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "lW8UIaUPIj0pljBX", "name": "PolyLite PLA @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "PolyLite PLA@X-Max 4-Series", + "from": "system", + "setting_id": "lW8UIaUPIj0pljBX", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/PolyLite PLA @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/PolyLite PLA @Qidi X-Max 4 0.6 nozzle.json index 80158c1852..f22212a279 100644 --- a/resources/profiles/Qidi/filament/X4/PolyLite PLA @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/PolyLite PLA @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "AvqYCDxCnR3mvEw5", "name": "PolyLite PLA @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "PolyLite PLA@X-Max 4-Series", + "from": "system", + "setting_id": "AvqYCDxCnR3mvEw5", + "instantiation": "true", "pressure_advance": [ "0.019" ], diff --git a/resources/profiles/Qidi/filament/X4/PolyLite PLA @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/PolyLite PLA @Qidi X-Max 4 0.8 nozzle.json index 2c6d53b035..848e79c392 100644 --- a/resources/profiles/Qidi/filament/X4/PolyLite PLA @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/PolyLite PLA @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "SCUFdT0Jg2I90rjB", "name": "PolyLite PLA @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "PolyLite PLA@X-Max 4-Series", + "from": "system", + "setting_id": "SCUFdT0Jg2I90rjB", + "instantiation": "true", "pressure_advance": [ "0.012" ], diff --git a/resources/profiles/Qidi/filament/X4/PolyLite PLA @X-Max 4.json b/resources/profiles/Qidi/filament/X4/PolyLite PLA @X-Max 4.json index f13ced863c..e8fe4ba7f5 100644 --- a/resources/profiles/Qidi/filament/X4/PolyLite PLA @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/PolyLite PLA @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "GFL99", "name": "PolyLite PLA@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "GFL99", + "instantiation": "false", "fan_cooling_layer_time": [ "100" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS Odorless @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ABS Odorless @Qidi X-Max 4 0.2 nozzle.json index 0b3471f511..0364d6dfdb 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI ABS Odorless @Qidi X-Max 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS Odorless @Qidi X-Max 4 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "P9rZniuGhkyBT4xR", "name": "QIDI ABS Odorless @Qidi X-Max 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS Odorless@X-Max 4-Series", + "from": "system", + "setting_id": "P9rZniuGhkyBT4xR", + "instantiation": "true", "chamber_temperature": [ "0" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS Odorless @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ABS Odorless @Qidi X-Max 4 0.4 nozzle.json index 88932fd132..8ea6617866 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI ABS Odorless @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS Odorless @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "w5Cgcs8HAWM0Gmx3", "name": "QIDI ABS Odorless @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS Odorless@X-Max 4-Series", + "from": "system", + "setting_id": "w5Cgcs8HAWM0Gmx3", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS Odorless @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ABS Odorless @Qidi X-Max 4 0.6 nozzle.json index 1da14e505f..bb276f2c71 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI ABS Odorless @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS Odorless @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GXg11Gby0pXOyr5J", "name": "QIDI ABS Odorless @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS Odorless@X-Max 4-Series", + "from": "system", + "setting_id": "GXg11Gby0pXOyr5J", + "instantiation": "true", "filament_max_volumetric_speed": [ "24.5" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS Odorless @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ABS Odorless @Qidi X-Max 4 0.8 nozzle.json index 83a6cb83b3..e22b270073 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI ABS Odorless @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS Odorless @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "tOi3ws4LIN7tR2qs", "name": "QIDI ABS Odorless @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS Odorless@X-Max 4-Series", + "from": "system", + "setting_id": "tOi3ws4LIN7tR2qs", + "instantiation": "true", "filament_max_volumetric_speed": [ "24.5" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS Odorless @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI ABS Odorless @X-Max 4.json index e329451f0f..0b89883f41 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI ABS Odorless @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS Odorless @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_1_14", "name": "QIDI ABS Odorless@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_1_14", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -105,4 +105,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido @Qidi X-Max 4 0.2 nozzle.json index 162059643e..14a76ca31f 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido @Qidi X-Max 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido @Qidi X-Max 4 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "oOA6I3Q7KelWtMFu", "name": "QIDI ABS Rapido @Qidi X-Max 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS Rapido@X-Max 4-Series", + "from": "system", + "setting_id": "oOA6I3Q7KelWtMFu", + "instantiation": "true", "chamber_temperature": [ "0" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido @Qidi X-Max 4 0.4 nozzle.json index af63f14075..16ea4c1c25 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "WvzjNaRg6EkNgzjf", "name": "QIDI ABS Rapido @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS Rapido@X-Max 4-Series", + "from": "system", + "setting_id": "WvzjNaRg6EkNgzjf", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido @Qidi X-Max 4 0.6 nozzle.json index 7ecdcb828a..36f1e10adf 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "6TTHdmjRlvqpH5IG", "name": "QIDI ABS Rapido @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS Rapido@X-Max 4-Series", + "from": "system", + "setting_id": "6TTHdmjRlvqpH5IG", + "instantiation": "true", "nozzle_temperature": [ "250" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido @Qidi X-Max 4 0.8 nozzle.json index 951468d205..11a9f3103f 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "X2wpQ4ikglynRcLd", "name": "QIDI ABS Rapido @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS Rapido@X-Max 4-Series", + "from": "system", + "setting_id": "X2wpQ4ikglynRcLd", + "instantiation": "true", "nozzle_temperature": [ "250" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido @X-Max 4.json index 95bcbdf733..3ba45a14dc 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_1_11", "name": "QIDI ABS Rapido@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_1_11", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -102,4 +102,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido Metal @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido Metal @Qidi X-Max 4 0.2 nozzle.json index d67b0d6e84..f866e34533 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido Metal @Qidi X-Max 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido Metal @Qidi X-Max 4 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "DgxYozgTj91Hs07I", "name": "QIDI ABS Rapido Metal @Qidi X-Max 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS Rapido Metal@X-Max 4-Series", + "from": "system", + "setting_id": "DgxYozgTj91Hs07I", + "instantiation": "true", "chamber_temperature": [ "0" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido Metal @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido Metal @Qidi X-Max 4 0.4 nozzle.json index e7f6850e31..be43663052 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido Metal @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido Metal @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "Ri9lbsfhJ9pWPpm0", "name": "QIDI ABS Rapido Metal @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS Rapido Metal@X-Max 4-Series", + "from": "system", + "setting_id": "Ri9lbsfhJ9pWPpm0", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido Metal @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido Metal @Qidi X-Max 4 0.6 nozzle.json index 265c1bf0fb..e006e78442 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido Metal @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido Metal @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "cNyXIPAHCyRz9Okg", "name": "QIDI ABS Rapido Metal @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS Rapido Metal@X-Max 4-Series", + "from": "system", + "setting_id": "cNyXIPAHCyRz9Okg", + "instantiation": "true", "nozzle_temperature": [ "250" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido Metal @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido Metal @Qidi X-Max 4 0.8 nozzle.json index 3e0d7dd6a7..bfb6ff3503 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido Metal @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido Metal @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "JIvkxvNlR0MCJrQs", "name": "QIDI ABS Rapido Metal @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS Rapido Metal@X-Max 4-Series", + "from": "system", + "setting_id": "JIvkxvNlR0MCJrQs", + "instantiation": "true", "nozzle_temperature": [ "250" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido Metal @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido Metal @X-Max 4.json index 5bb429b414..64dc667a44 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido Metal @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido Metal @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_1_13", "name": "QIDI ABS Rapido Metal@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_1_13", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -102,4 +102,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS-GF @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ABS-GF @Qidi X-Max 4 0.4 nozzle.json index 9c03598127..9485ac8bb1 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI ABS-GF @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS-GF @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "7rBwXoSZicndxSxN", "name": "QIDI ABS-GF @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS-GF@X-Max 4-Series", + "from": "system", + "setting_id": "7rBwXoSZicndxSxN", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS-GF @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ABS-GF @Qidi X-Max 4 0.6 nozzle.json index 74283eea0a..f26055a2bd 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI ABS-GF @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS-GF @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "D1xWI85mnQvPbOuZ", "name": "QIDI ABS-GF @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS-GF@X-Max 4-Series", + "from": "system", + "setting_id": "D1xWI85mnQvPbOuZ", + "instantiation": "true", "pressure_advance": [ "0.01" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS-GF @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ABS-GF @Qidi X-Max 4 0.8 nozzle.json index aa3d6099b6..a26856ff91 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI ABS-GF @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS-GF @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "dcUYtrXA3WEz7Qw7", "name": "QIDI ABS-GF @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ABS-GF@X-Max 4-Series", + "from": "system", + "setting_id": "dcUYtrXA3WEz7Qw7", + "instantiation": "true", "pressure_advance": [ "0.01" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS-GF @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI ABS-GF @X-Max 4.json index fb6604a691..218e883448 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI ABS-GF @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS-GF @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_1_12", "name": "QIDI ABS-GF@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_1_12", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -111,4 +111,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI ASA @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ASA @Qidi X-Max 4 0.2 nozzle.json index 0a2cca8395..209c517b3c 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI ASA @Qidi X-Max 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI ASA @Qidi X-Max 4 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "5MVL667eGducTxlJ", "name": "QIDI ASA @Qidi X-Max 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ASA@X-Max 4-Series", + "from": "system", + "setting_id": "5MVL667eGducTxlJ", + "instantiation": "true", "chamber_temperature": [ "0" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI ASA @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ASA @Qidi X-Max 4 0.4 nozzle.json index bfb0cdf847..f7f53e4050 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI ASA @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI ASA @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "YDuJZ0iqN7SAWpTC", "name": "QIDI ASA @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ASA@X-Max 4-Series", + "from": "system", + "setting_id": "YDuJZ0iqN7SAWpTC", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI ASA @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ASA @Qidi X-Max 4 0.6 nozzle.json index a5253cdaef..fa7b3100b2 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI ASA @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI ASA @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "XpaM6LL4AaIEi5gv", "name": "QIDI ASA @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ASA@X-Max 4-Series", + "from": "system", + "setting_id": "XpaM6LL4AaIEi5gv", + "instantiation": "true", "filament_max_volumetric_speed": [ "13" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI ASA @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ASA @Qidi X-Max 4 0.8 nozzle.json index c178f358bf..7b0380d6e2 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI ASA @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI ASA @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "1OZ3ubOH5ohBw93u", "name": "QIDI ASA @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ASA@X-Max 4-Series", + "from": "system", + "setting_id": "1OZ3ubOH5ohBw93u", + "instantiation": "true", "filament_max_volumetric_speed": [ "13" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI ASA @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI ASA @X-Max 4.json index dc0e0a267d..c6937e0080 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI ASA @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/QIDI ASA @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_1_18", "name": "QIDI ASA@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_1_18", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -108,4 +108,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI ASA-Aero @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ASA-Aero @Qidi X-Max 4 0.4 nozzle.json index dd37bb5010..fc4c361ccd 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI ASA-Aero @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI ASA-Aero @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "jco0JlspeZFkBZGm", "name": "QIDI ASA-Aero @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ASA-Aero@X-Max 4-Series", + "from": "system", + "setting_id": "jco0JlspeZFkBZGm", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI ASA-Aero @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI ASA-Aero @X-Max 4.json index e082ad92ea..3a66fdea86 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI ASA-Aero @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/QIDI ASA-Aero @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_1_19", "name": "QIDI ASA-Aero@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_1_19", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -123,4 +123,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI ASA-CF @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ASA-CF @Qidi X-Max 4 0.4 nozzle.json index 86f68d4bee..62aa5bb086 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI ASA-CF @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI ASA-CF @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "5xQW6rGlxlsZ4WhW", "name": "QIDI ASA-CF @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ASA-CF@X-Max 4-Series", + "from": "system", + "setting_id": "5xQW6rGlxlsZ4WhW", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI ASA-CF @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ASA-CF @Qidi X-Max 4 0.6 nozzle.json index 8327f5b921..98e56b9e57 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI ASA-CF @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI ASA-CF @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "s5YLcZKFAILv0wjd", "name": "QIDI ASA-CF @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ASA-CF@X-Max 4-Series", + "from": "system", + "setting_id": "s5YLcZKFAILv0wjd", + "instantiation": "true", "filament_max_volumetric_speed": [ "13" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI ASA-CF @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ASA-CF @Qidi X-Max 4 0.8 nozzle.json index 2af4e37ed7..40e163ae44 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI ASA-CF @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI ASA-CF @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "8lzlWAr4uET3GYfl", "name": "QIDI ASA-CF @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI ASA-CF@X-Max 4-Series", + "from": "system", + "setting_id": "8lzlWAr4uET3GYfl", + "instantiation": "true", "filament_max_volumetric_speed": [ "13" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI ASA-CF @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI ASA-CF @X-Max 4.json index 42cc1566c8..3cc72406a4 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI ASA-CF @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/QIDI ASA-CF @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_1_20", "name": "QIDI ASA-CF@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_1_20", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -108,4 +108,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PA12-CF @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PA12-CF @Qidi X-Max 4 0.4 nozzle.json index 81756a7c90..eff7e6cfbc 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PA12-CF @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PA12-CF @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "bvcofqyzQpeYVWTm", "name": "QIDI PA12-CF @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PA12-CF@X-Max 4-Series", + "from": "system", + "setting_id": "bvcofqyzQpeYVWTm", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI PA12-CF @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PA12-CF @Qidi X-Max 4 0.6 nozzle.json index 72e1e03a40..b9d207d293 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PA12-CF @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PA12-CF @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "SVtAHcmEht7OlGN8", "name": "QIDI PA12-CF @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PA12-CF@X-Max 4-Series", + "from": "system", + "setting_id": "SVtAHcmEht7OlGN8", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.6 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI PA12-CF @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PA12-CF @Qidi X-Max 4 0.8 nozzle.json index f060ca5d5e..66d4b39799 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PA12-CF @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PA12-CF @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "bScZQ1EI4JxMsx3C", "name": "QIDI PA12-CF @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PA12-CF@X-Max 4-Series", + "from": "system", + "setting_id": "bScZQ1EI4JxMsx3C", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.8 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI PA12-CF @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PA12-CF @X-Max 4.json index e18c8aea7d..e217915579 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PA12-CF @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PA12-CF @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_1_27", "name": "QIDI PA12-CF@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_1_27", + "instantiation": "false", "box_temperature_range_high": [ "65" ], @@ -111,4 +111,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PAHT-CF @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PAHT-CF @Qidi X-Max 4 0.4 nozzle.json index 93797a0128..b2eaf9d024 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PAHT-CF @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PAHT-CF @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "DQcIvG8x4BpZjdQA", "name": "QIDI PAHT-CF @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PAHT-CF@X-Max 4-Series", + "from": "system", + "setting_id": "DQcIvG8x4BpZjdQA", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI PAHT-CF @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PAHT-CF @Qidi X-Max 4 0.6 nozzle.json index 5e605fc9b3..0644c5ecc0 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PAHT-CF @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PAHT-CF @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "XgMFDDBcAUniNXKJ", "name": "QIDI PAHT-CF @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PAHT-CF@X-Max 4-Series", + "from": "system", + "setting_id": "XgMFDDBcAUniNXKJ", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.6 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI PAHT-CF @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PAHT-CF @Qidi X-Max 4 0.8 nozzle.json index 1e78202989..f0f3884f82 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PAHT-CF @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PAHT-CF @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "BGadPdyFw29nwAsN", "name": "QIDI PAHT-CF @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PAHT-CF@X-Max 4-Series", + "from": "system", + "setting_id": "BGadPdyFw29nwAsN", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.8 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI PAHT-CF @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PAHT-CF @X-Max 4.json index 1228b841d3..83cd3e27cb 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PAHT-CF @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PAHT-CF @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_1_30", "name": "QIDI PAHT-CF@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_1_30", + "instantiation": "false", "box_temperature_range_high": [ "65" ], @@ -111,4 +111,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PAHT-GF @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PAHT-GF @Qidi X-Max 4 0.4 nozzle.json index daf1de3fea..9025d9735b 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PAHT-GF @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PAHT-GF @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "EK8Y1A5fxjCeEYUC", "name": "QIDI PAHT-GF @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PAHT-GF@X-Max 4-Series", + "from": "system", + "setting_id": "EK8Y1A5fxjCeEYUC", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI PAHT-GF @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PAHT-GF @Qidi X-Max 4 0.6 nozzle.json index a37e607a3a..a9891c8028 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PAHT-GF @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PAHT-GF @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "a7EgUbRW0oiTv2h6", "name": "QIDI PAHT-GF @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PAHT-GF@X-Max 4-Series", + "from": "system", + "setting_id": "a7EgUbRW0oiTv2h6", + "instantiation": "true", "pressure_advance": [ "0.015" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PAHT-GF @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PAHT-GF @Qidi X-Max 4 0.8 nozzle.json index 398f8528c1..08fde22204 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PAHT-GF @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PAHT-GF @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "Awxpatb5e911W0ob", "name": "QIDI PAHT-GF @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PAHT-GF@X-Max 4-Series", + "from": "system", + "setting_id": "Awxpatb5e911W0ob", + "instantiation": "true", "pressure_advance": [ "0.01" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PAHT-GF @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PAHT-GF @X-Max 4.json index ffba1289bd..8a35c7330b 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PAHT-GF @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PAHT-GF @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_1_31", "name": "QIDI PAHT-GF@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_1_31", + "instantiation": "false", "box_temperature_range_high": [ "65" ], @@ -111,4 +111,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PC-ABS-FR @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PC-ABS-FR @Qidi X-Max 4 0.4 nozzle.json index 6ecad2e89d..52926118e1 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PC-ABS-FR @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PC-ABS-FR @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "EpS2lRAk9UncJ0Qh", "name": "QIDI PC/ABS-FR @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PC/ABS-FR@X-Max 4-Series", + "from": "system", + "setting_id": "EpS2lRAk9UncJ0Qh", + "instantiation": "true", "pressure_advance": [ "0.042" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PC-ABS-FR @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PC-ABS-FR @Qidi X-Max 4 0.6 nozzle.json index 98b1d44897..a3ef17c438 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PC-ABS-FR @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PC-ABS-FR @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "Jw5thBn1X17HLO9z", "name": "QIDI PC/ABS-FR @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PC/ABS-FR@X-Max 4-Series", + "from": "system", + "setting_id": "Jw5thBn1X17HLO9z", + "instantiation": "true", "pressure_advance": [ "0.031" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PC-ABS-FR @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PC-ABS-FR @Qidi X-Max 4 0.8 nozzle.json index afb0136958..431f459c4f 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PC-ABS-FR @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PC-ABS-FR @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "BWOz40OlG1iMj6Vw", "name": "QIDI PC/ABS-FR @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PC/ABS-FR@X-Max 4-Series", + "from": "system", + "setting_id": "BWOz40OlG1iMj6Vw", + "instantiation": "true", "pressure_advance": [ "0.024" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PC-ABS-FR @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PC-ABS-FR @X-Max 4.json index 4c1a7a0551..7bffaf11b5 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PC-ABS-FR @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PC-ABS-FR @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_1_34", "name": "QIDI PC/ABS-FR@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_1_34", + "instantiation": "false", "box_temperature_range_high": [ "50" ], @@ -108,4 +108,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PEBA 95A @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PEBA 95A @Qidi X-Max 4 0.4 nozzle.json index 0629d6e5d6..0ad43d79fe 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PEBA 95A @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PEBA 95A @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "LoUbSrp97ASAWCv0", "name": "QIDI PEBA 95A @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PEBA 95A@X-Max 4-Series", + "from": "system", + "setting_id": "LoUbSrp97ASAWCv0", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI PEBA 95A @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PEBA 95A @Qidi X-Max 4 0.6 nozzle.json index 9bff864924..68aca47d7d 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PEBA 95A @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PEBA 95A @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "i1nFTiljEkCDsFuv", "name": "QIDI PEBA 95A @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PEBA 95A@X-Max 4-Series", + "from": "system", + "setting_id": "i1nFTiljEkCDsFuv", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.6 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI PEBA 95A @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PEBA 95A @X-Max 4.json index 410c24b52a..4745e19ad2 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PEBA 95A @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PEBA 95A @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_1_36", "name": "QIDI PEBA 95A@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_1_36", + "instantiation": "false", "fan_cooling_layer_time": [ "100" ], @@ -93,4 +93,4 @@ "textured_cool_plate_temp_initial_layer": [ "30" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PET-CF @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PET-CF @Qidi X-Max 4 0.4 nozzle.json index 0534443042..b0592cad49 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PET-CF @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PET-CF @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "mT9CQnGe7QsIIhSe", "name": "QIDI PET-CF @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PET-CF@X-Max 4-Series", + "from": "system", + "setting_id": "mT9CQnGe7QsIIhSe", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI PET-CF @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PET-CF @Qidi X-Max 4 0.6 nozzle.json index f8645a8cb6..726c879459 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PET-CF @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PET-CF @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "wnPptldjH9zMQbkt", "name": "QIDI PET-CF @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PET-CF@X-Max 4-Series", + "from": "system", + "setting_id": "wnPptldjH9zMQbkt", + "instantiation": "true", "pressure_advance": [ "0.025" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PET-CF @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PET-CF @Qidi X-Max 4 0.8 nozzle.json index adeea38af5..5089c84e64 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PET-CF @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PET-CF @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "YXvYJNsbPq1I73qT", "name": "QIDI PET-CF @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PET-CF@X-Max 4-Series", + "from": "system", + "setting_id": "YXvYJNsbPq1I73qT", + "instantiation": "true", "pressure_advance": [ "0.025" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PET-CF @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PET-CF @X-Max 4.json index fef1a864bf..6322639eb3 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PET-CF @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PET-CF @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_1_37", "name": "QIDI PET-CF@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_1_37", + "instantiation": "false", "box_temperature_range_high": [ "65" ], @@ -108,4 +108,4 @@ "textured_cool_plate_temp_initial_layer": [ "70" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PET-GF @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PET-GF @Qidi X-Max 4 0.4 nozzle.json index 5a8a17b280..f7b945a118 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PET-GF @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PET-GF @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "C3LQIPedb6PsEmGT", "name": "QIDI PET-GF @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PET-GF@X-Max 4-Series", + "from": "system", + "setting_id": "C3LQIPedb6PsEmGT", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI PET-GF @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PET-GF @Qidi X-Max 4 0.6 nozzle.json index dabc0baa77..027407ba38 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PET-GF @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PET-GF @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "KJ4oFQ5v88asP6iA", "name": "QIDI PET-GF @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PET-GF@X-Max 4-Series", + "from": "system", + "setting_id": "KJ4oFQ5v88asP6iA", + "instantiation": "true", "pressure_advance": [ "0.014" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PET-GF @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PET-GF @Qidi X-Max 4 0.8 nozzle.json index 41ca474513..7610afd6cc 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PET-GF @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PET-GF @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "oJkEJM2H0stUQMK3", "name": "QIDI PET-GF @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PET-GF@X-Max 4-Series", + "from": "system", + "setting_id": "oJkEJM2H0stUQMK3", + "instantiation": "true", "pressure_advance": [ "0.01" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PET-GF @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PET-GF @X-Max 4.json index a8471b4e8f..f18e2de950 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PET-GF @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PET-GF @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_1_38", "name": "QIDI PET-GF@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_1_38", + "instantiation": "false", "box_temperature_range_high": [ "50" ], @@ -108,4 +108,4 @@ "textured_cool_plate_temp_initial_layer": [ "70" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Basic @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Basic @Qidi X-Max 4 0.2 nozzle.json index 28d09eefb2..d0346e4887 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PETG Basic @Qidi X-Max 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Basic @Qidi X-Max 4 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "WEaXpXvyA5hqq0im", "name": "QIDI PETG Basic @Qidi X-Max 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG Basic@X-Max 4-Series", + "from": "system", + "setting_id": "WEaXpXvyA5hqq0im", + "instantiation": "true", "filament_max_volumetric_speed": [ "1" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Basic @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Basic @Qidi X-Max 4 0.4 nozzle.json index cf48f1bf15..59404ca4ca 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PETG Basic @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Basic @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "wCCu8057Era4CijT", "name": "QIDI PETG Basic @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG Basic@X-Max 4-Series", + "from": "system", + "setting_id": "wCCu8057Era4CijT", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Basic @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Basic @Qidi X-Max 4 0.6 nozzle.json index bcd4fc82eb..85a4c419d6 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PETG Basic @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Basic @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "qWr1RECkmgLE4twO", "name": "QIDI PETG Basic @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG Basic@X-Max 4-Series", + "from": "system", + "setting_id": "qWr1RECkmgLE4twO", + "instantiation": "true", "pressure_advance": [ "0.04" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Basic @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Basic @Qidi X-Max 4 0.8 nozzle.json index bfe75162a9..6877fbebf4 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PETG Basic @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Basic @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "5cteLaAFOkUiomwZ", "name": "QIDI PETG Basic @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG Basic@X-Max 4-Series", + "from": "system", + "setting_id": "5cteLaAFOkUiomwZ", + "instantiation": "true", "pressure_advance": [ "0.04" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Basic @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Basic @X-Max 4.json index c143ef6dc1..c7261208cc 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PETG Basic @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Basic @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_1_39", "name": "QIDI PETG Basic@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_1_39", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -99,4 +99,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Rapido @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Rapido @Qidi X-Max 4 0.2 nozzle.json index eb08dcae9f..626c97e27a 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PETG Rapido @Qidi X-Max 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Rapido @Qidi X-Max 4 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "l8Gi0pl4dIfwZa7q", "name": "QIDI PETG Rapido @Qidi X-Max 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG Rapido@X-Max 4-Series", + "from": "system", + "setting_id": "l8Gi0pl4dIfwZa7q", + "instantiation": "true", "filament_max_volumetric_speed": [ "1" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Rapido @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Rapido @Qidi X-Max 4 0.4 nozzle.json index 7a26f9d924..4bdb48b487 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PETG Rapido @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Rapido @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "OaXBvDWS1KlXsk35", "name": "QIDI PETG Rapido @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG Rapido@X-Max 4-Series", + "from": "system", + "setting_id": "OaXBvDWS1KlXsk35", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Rapido @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Rapido @Qidi X-Max 4 0.6 nozzle.json index a128746115..89077f8e3c 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PETG Rapido @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Rapido @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "UWgxbuEi0PR1Bk9x", "name": "QIDI PETG Rapido @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG Rapido@X-Max 4-Series", + "from": "system", + "setting_id": "UWgxbuEi0PR1Bk9x", + "instantiation": "true", "pressure_advance": [ "0.04" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Rapido @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Rapido @Qidi X-Max 4 0.8 nozzle.json index 3d50a6e8b4..582331ef46 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PETG Rapido @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Rapido @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "ocfw23IsmIIFawjn", "name": "QIDI PETG Rapido @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG Rapido@X-Max 4-Series", + "from": "system", + "setting_id": "ocfw23IsmIIFawjn", + "instantiation": "true", "pressure_advance": [ "0.04" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Rapido @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Rapido @X-Max 4.json index 9e605a7b30..3050d4abd6 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PETG Rapido @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Rapido @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_1_41", "name": "QIDI PETG Rapido@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_1_41", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -99,4 +99,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Tough @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Tough @Qidi X-Max 4 0.2 nozzle.json index dd0aab3362..d9de99537b 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PETG Tough @Qidi X-Max 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Tough @Qidi X-Max 4 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "recYp5LV45rKzUq3", "name": "QIDI PETG Tough @Qidi X-Max 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG Tough@X-Max 4-Series", + "from": "system", + "setting_id": "recYp5LV45rKzUq3", + "instantiation": "true", "filament_max_volumetric_speed": [ "1" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Tough @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Tough @Qidi X-Max 4 0.4 nozzle.json index caab74c35c..c357a72246 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PETG Tough @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Tough @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "IFt5bMViSdnVkDAl", "name": "QIDI PETG Tough @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG Tough@X-Max 4-Series", + "from": "system", + "setting_id": "IFt5bMViSdnVkDAl", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Tough @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Tough @Qidi X-Max 4 0.6 nozzle.json index a4ce524ce8..2f4cf744e8 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PETG Tough @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Tough @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "7GJvjbWv3gOXoUvj", "name": "QIDI PETG Tough @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG Tough@X-Max 4-Series", + "from": "system", + "setting_id": "7GJvjbWv3gOXoUvj", + "instantiation": "true", "pressure_advance": [ "0.04" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Tough @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Tough @Qidi X-Max 4 0.8 nozzle.json index c6921f4d9c..96bd404f8d 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PETG Tough @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Tough @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "YYal7rkOGoxl5M90", "name": "QIDI PETG Tough @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG Tough@X-Max 4-Series", + "from": "system", + "setting_id": "YYal7rkOGoxl5M90", + "instantiation": "true", "pressure_advance": [ "0.04" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Tough @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Tough @X-Max 4.json index 28514379ba..783925d2b5 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PETG Tough @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Tough @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_1_40", "name": "QIDI PETG Tough@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_1_40", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -99,4 +99,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Translucent @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Translucent @Qidi X-Max 4 0.2 nozzle.json index 2282637b57..510b48ee3f 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PETG Translucent @Qidi X-Max 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Translucent @Qidi X-Max 4 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "xV6r3J8c0VyXevMw", "name": "QIDI PETG Translucent @Qidi X-Max 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG Translucent@X-Max 4-Series", + "from": "system", + "setting_id": "xV6r3J8c0VyXevMw", + "instantiation": "true", "filament_max_volumetric_speed": [ "1" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Translucent @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Translucent @Qidi X-Max 4 0.4 nozzle.json index 3dcf852454..862f84d23a 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PETG Translucent @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Translucent @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "eSXGagVI0DLddfoG", "name": "QIDI PETG Translucent @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG Translucent@X-Max 4-Series", + "from": "system", + "setting_id": "eSXGagVI0DLddfoG", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Translucent @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Translucent @Qidi X-Max 4 0.6 nozzle.json index 30a79b6057..187642bff9 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PETG Translucent @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Translucent @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "C9cBAgUo3sugnEaq", "name": "QIDI PETG Translucent @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG Translucent@X-Max 4-Series", + "from": "system", + "setting_id": "C9cBAgUo3sugnEaq", + "instantiation": "true", "pressure_advance": [ "0.04" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Translucent @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Translucent @Qidi X-Max 4 0.8 nozzle.json index 4338b2c24e..0ee4a9f1d5 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PETG Translucent @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Translucent @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "xG2wymZpv7dQzfVO", "name": "QIDI PETG Translucent @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG Translucent@X-Max 4-Series", + "from": "system", + "setting_id": "xG2wymZpv7dQzfVO", + "instantiation": "true", "pressure_advance": [ "0.04" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Translucent @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Translucent @X-Max 4.json index b3f1028714..21477a006f 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PETG Translucent @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Translucent @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_1_45", "name": "QIDI PETG Translucent@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_1_45", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -99,4 +99,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG-CF @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG-CF @Qidi X-Max 4 0.4 nozzle.json index 9f5093e3b9..409410fb13 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PETG-CF @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG-CF @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "TDyJQysBZx5uUrXh", "name": "QIDI PETG-CF @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG-CF@X-Max 4-Series", + "from": "system", + "setting_id": "TDyJQysBZx5uUrXh", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG-CF @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG-CF @Qidi X-Max 4 0.6 nozzle.json index 78371efb6a..21290ab1a2 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PETG-CF @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG-CF @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "etqMwbqNIOEghI9H", "name": "QIDI PETG-CF @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG-CF@X-Max 4-Series", + "from": "system", + "setting_id": "etqMwbqNIOEghI9H", + "instantiation": "true", "pressure_advance": [ "0.04" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG-CF @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG-CF @Qidi X-Max 4 0.8 nozzle.json index 744d0c9bd2..3dd72e9df6 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PETG-CF @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG-CF @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "V4quEOjLx2qHAENH", "name": "QIDI PETG-CF @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG-CF@X-Max 4-Series", + "from": "system", + "setting_id": "V4quEOjLx2qHAENH", + "instantiation": "true", "pressure_advance": [ "0.04" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG-CF @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PETG-CF @X-Max 4.json index 2c4d782060..f3aabb1ef5 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PETG-CF @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG-CF @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_1_42", "name": "QIDI PETG-CF@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_1_42", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -99,4 +99,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG-GF @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG-GF @Qidi X-Max 4 0.4 nozzle.json index d8dbbf4d74..4f9abce155 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PETG-GF @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG-GF @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "DfvA2AssIgxg2koP", "name": "QIDI PETG-GF @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG-GF@X-Max 4-Series", + "from": "system", + "setting_id": "DfvA2AssIgxg2koP", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG-GF @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG-GF @Qidi X-Max 4 0.6 nozzle.json index 19f6f0ffd5..e164733a7a 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PETG-GF @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG-GF @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "w2EZhFm9uYLHfoY0", "name": "QIDI PETG-GF @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG-GF@X-Max 4-Series", + "from": "system", + "setting_id": "w2EZhFm9uYLHfoY0", + "instantiation": "true", "pressure_advance": [ "0.04" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG-GF @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG-GF @Qidi X-Max 4 0.8 nozzle.json index f5b536e731..33f6c88e34 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PETG-GF @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG-GF @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "NpAT6MflDcl3D2rS", "name": "QIDI PETG-GF @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PETG-GF@X-Max 4-Series", + "from": "system", + "setting_id": "NpAT6MflDcl3D2rS", + "instantiation": "true", "pressure_advance": [ "0.04" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG-GF @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PETG-GF @X-Max 4.json index 7b50dbef69..9b0379ea52 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PETG-GF @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG-GF @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_1_43", "name": "QIDI PETG-GF@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_1_43", + "instantiation": "false", "box_temperature_range_high": [ "45" ], @@ -99,4 +99,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Basic @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Basic @Qidi X-Max 4 0.2 nozzle.json index 26a930ddd5..0382b40391 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PLA Basic @Qidi X-Max 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Basic @Qidi X-Max 4 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "pddM6YtMN5SKOSMQ", "name": "QIDI PLA Basic @Qidi X-Max 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Basic@X-Max 4-Series", + "from": "system", + "setting_id": "pddM6YtMN5SKOSMQ", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Basic @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Basic @Qidi X-Max 4 0.4 nozzle.json index 95f3534ad2..c7ec1fa038 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PLA Basic @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Basic @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "umI102qmWo3VoYi2", "name": "QIDI PLA Basic @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Basic@X-Max 4-Series", + "from": "system", + "setting_id": "umI102qmWo3VoYi2", + "instantiation": "true", "pressure_advance": [ "0.038" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Basic @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Basic @Qidi X-Max 4 0.6 nozzle.json index d81d83caeb..b30f57044e 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PLA Basic @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Basic @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "URPeTXoO4r5OBh25", "name": "QIDI PLA Basic @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Basic@X-Max 4-Series", + "from": "system", + "setting_id": "URPeTXoO4r5OBh25", + "instantiation": "true", "pressure_advance": [ "0.016" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Basic @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Basic @Qidi X-Max 4 0.8 nozzle.json index f9da44a522..e4997e03d9 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PLA Basic @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Basic @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "ZdqynZo83hNZawRl", "name": "QIDI PLA Basic @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Basic@X-Max 4-Series", + "from": "system", + "setting_id": "ZdqynZo83hNZawRl", + "instantiation": "true", "pressure_advance": [ "0.008" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Basic @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Basic @X-Max 4.json index 240ccf69bc..2dd1d28dd4 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PLA Basic @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Basic @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_1_7", "name": "QIDI PLA Basic@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_1_7", + "instantiation": "false", "cool_plate_temp_initial_layer": [ "45" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Matte Basic @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Matte Basic @Qidi X-Max 4 0.2 nozzle.json index 7e621e82e8..f1c17a69b5 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PLA Matte Basic @Qidi X-Max 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Matte Basic @Qidi X-Max 4 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "h5G8OJslnFi8fmdc", "name": "QIDI PLA Matte Basic @Qidi X-Max 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Matte Basic@X-Max 4-Series", + "from": "system", + "setting_id": "h5G8OJslnFi8fmdc", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Matte Basic @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Matte Basic @Qidi X-Max 4 0.4 nozzle.json index 9081e59adb..d0eefd0853 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PLA Matte Basic @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Matte Basic @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "DgGnTvWpHJFGfJCL", "name": "QIDI PLA Matte Basic @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Matte Basic@X-Max 4-Series", + "from": "system", + "setting_id": "DgGnTvWpHJFGfJCL", + "instantiation": "true", "pressure_advance": [ "0.038" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Matte Basic @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Matte Basic @Qidi X-Max 4 0.6 nozzle.json index 788438a7e5..ae9f6a9d28 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PLA Matte Basic @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Matte Basic @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "SZEGJceJHgMEypjt", "name": "QIDI PLA Matte Basic @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Matte Basic@X-Max 4-Series", + "from": "system", + "setting_id": "SZEGJceJHgMEypjt", + "instantiation": "true", "pressure_advance": [ "0.016" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Matte Basic @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Matte Basic @Qidi X-Max 4 0.8 nozzle.json index ab7d7008dc..9da229311d 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PLA Matte Basic @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Matte Basic @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "AgUB1GEL5WUGnWsQ", "name": "QIDI PLA Matte Basic @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Matte Basic@X-Max 4-Series", + "from": "system", + "setting_id": "AgUB1GEL5WUGnWsQ", + "instantiation": "true", "pressure_advance": [ "0.008" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Matte Basic @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Matte Basic @X-Max 4.json index 4b1d114494..dd407427ce 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PLA Matte Basic @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Matte Basic @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_1_8", "name": "QIDI PLA Matte Basic@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_1_8", + "instantiation": "false", "cool_plate_temp_initial_layer": [ "45" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido @Qidi X-Max 4 0.2 nozzle.json index c7400c45a9..f012c1c429 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido @Qidi X-Max 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido @Qidi X-Max 4 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "0OwEIMl2JDQ83ncL", "name": "QIDI PLA Rapido @Qidi X-Max 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Rapido@X-Max 4-Series", + "from": "system", + "setting_id": "0OwEIMl2JDQ83ncL", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido @Qidi X-Max 4 0.4 nozzle.json index 3686637234..5b29e0c4fe 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "cxfsTjUCjfXJJy7O", "name": "QIDI PLA Rapido @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Rapido@X-Max 4-Series", + "from": "system", + "setting_id": "cxfsTjUCjfXJJy7O", + "instantiation": "true", "pressure_advance": [ "0.038" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido @Qidi X-Max 4 0.6 nozzle.json index f0f93e48b5..2f8d70cb22 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "EM9t6mc5WT25tSIb", "name": "QIDI PLA Rapido @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Rapido@X-Max 4-Series", + "from": "system", + "setting_id": "EM9t6mc5WT25tSIb", + "instantiation": "true", "pressure_advance": [ "0.016" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido @Qidi X-Max 4 0.8 nozzle.json index 2777e5e808..66706320b9 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "CiU7D3vAVnI4xrwj", "name": "QIDI PLA Rapido @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Rapido@X-Max 4-Series", + "from": "system", + "setting_id": "CiU7D3vAVnI4xrwj", + "instantiation": "true", "pressure_advance": [ "0.008" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido @X-Max 4.json index a705cce6e5..1e6ea5b8e0 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_1_1", "name": "QIDI PLA Rapido@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_1_1", + "instantiation": "false", "cool_plate_temp_initial_layer": [ "45" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Matte @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Matte @Qidi X-Max 4 0.2 nozzle.json index eede4a017e..90f2a2fa46 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Matte @Qidi X-Max 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Matte @Qidi X-Max 4 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "DhEvGD0RSCSk2d70", "name": "QIDI PLA Rapido Matte @Qidi X-Max 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Rapido Matte@X-Max 4-Series", + "from": "system", + "setting_id": "DhEvGD0RSCSk2d70", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Matte @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Matte @Qidi X-Max 4 0.4 nozzle.json index 28ec114ab3..b8010a20ad 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Matte @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Matte @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "EBkHdd7eIzYaFq4Q", "name": "QIDI PLA Rapido Matte @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Rapido Matte@X-Max 4-Series", + "from": "system", + "setting_id": "EBkHdd7eIzYaFq4Q", + "instantiation": "true", "pressure_advance": [ "0.034" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Matte @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Matte @Qidi X-Max 4 0.6 nozzle.json index b339658282..07c19f4ac3 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Matte @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Matte @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "hJTZCUqdro9cM0iU", "name": "QIDI PLA Rapido Matte @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Rapido Matte@X-Max 4-Series", + "from": "system", + "setting_id": "hJTZCUqdro9cM0iU", + "instantiation": "true", "pressure_advance": [ "0.016" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Matte @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Matte @Qidi X-Max 4 0.8 nozzle.json index 8ba8df38d6..84e9dd58d7 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Matte @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Matte @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "ZlwpCyFIbmdKAFNg", "name": "QIDI PLA Rapido Matte @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Rapido Matte@X-Max 4-Series", + "from": "system", + "setting_id": "ZlwpCyFIbmdKAFNg", + "instantiation": "true", "pressure_advance": [ "0.008" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Matte @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Matte @X-Max 4.json index bcb92786ec..95d0666c1d 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Matte @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Matte @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_1_2", "name": "QIDI PLA Rapido Matte@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_1_2", + "instantiation": "false", "additional_cooling_fan_speed": [ "100" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Metal @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Metal @Qidi X-Max 4 0.2 nozzle.json index 8aeddf082d..3ad4eb9eee 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Metal @Qidi X-Max 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Metal @Qidi X-Max 4 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "CKpTA0DVUTXA8qjd", "name": "QIDI PLA Rapido Metal @Qidi X-Max 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Rapido Metal@X-Max 4-Series", + "from": "system", + "setting_id": "CKpTA0DVUTXA8qjd", + "instantiation": "true", "filament_max_volumetric_speed": [ "2" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Metal @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Metal @Qidi X-Max 4 0.4 nozzle.json index 4e35fad83e..4eb339e085 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Metal @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Metal @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "TJU0fHGhDcWt7GPM", "name": "QIDI PLA Rapido Metal @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Rapido Metal@X-Max 4-Series", + "from": "system", + "setting_id": "TJU0fHGhDcWt7GPM", + "instantiation": "true", "pressure_advance": [ "0.038" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Metal @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Metal @Qidi X-Max 4 0.6 nozzle.json index 7832d2936b..5699a9eeb4 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Metal @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Metal @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "JYahu02iwuKpbggG", "name": "QIDI PLA Rapido Metal @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Rapido Metal@X-Max 4-Series", + "from": "system", + "setting_id": "JYahu02iwuKpbggG", + "instantiation": "true", "pressure_advance": [ "0.020" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Metal @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Metal @Qidi X-Max 4 0.8 nozzle.json index 929bb30eed..8a35e17880 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Metal @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Metal @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "uhlIGeykRuykDpRI", "name": "QIDI PLA Rapido Metal @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Rapido Metal@X-Max 4-Series", + "from": "system", + "setting_id": "uhlIGeykRuykDpRI", + "instantiation": "true", "pressure_advance": [ "0.01" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Metal @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Metal @X-Max 4.json index 1a9c7cd235..0f848e6d5b 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Metal @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Metal @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_1_3", "name": "QIDI PLA Rapido Metal@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_1_3", + "instantiation": "false", "filament_type": [ "PLA" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Silk @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Silk @Qidi X-Max 4 0.4 nozzle.json index d4d2acd0a7..803447ddbb 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Silk @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Silk @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "TKspEfbNEp1WaWQu", "name": "QIDI PLA Rapido Silk @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Rapido Silk@X-Max 4-Series", + "from": "system", + "setting_id": "TKspEfbNEp1WaWQu", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Silk @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Silk @Qidi X-Max 4 0.6 nozzle.json index d330cf2ffa..8b41dcc7b6 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Silk @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Silk @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "gwb8oIZXCTsucanO", "name": "QIDI PLA Rapido Silk @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA Rapido Silk@X-Max 4-Series", + "from": "system", + "setting_id": "gwb8oIZXCTsucanO", + "instantiation": "true", "pressure_advance": [ "0.021" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Silk @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Silk @X-Max 4.json index 33e1b4ecc7..d5f3d83679 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Silk @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Silk @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_1_4", "name": "QIDI PLA Rapido Silk@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_1_4", + "instantiation": "false", "additional_cooling_fan_speed": [ "100" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA-CF @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA-CF @Qidi X-Max 4 0.4 nozzle.json index 90c7715de0..23ead78cc7 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PLA-CF @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA-CF @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "zIWB6n4Y6KbWWKuf", "name": "QIDI PLA-CF @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA-CF@X-Max 4-Series", + "from": "system", + "setting_id": "zIWB6n4Y6KbWWKuf", + "instantiation": "true", "pressure_advance": [ "0.034" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA-CF @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA-CF @Qidi X-Max 4 0.6 nozzle.json index d20e595d0f..a9072d35ea 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PLA-CF @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA-CF @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "CbQ9Va3xYMh6UIyM", "name": "QIDI PLA-CF @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA-CF@X-Max 4-Series", + "from": "system", + "setting_id": "CbQ9Va3xYMh6UIyM", + "instantiation": "true", "pressure_advance": [ "0.012" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA-CF @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA-CF @Qidi X-Max 4 0.8 nozzle.json index 74ad535dfa..b6a9d80d9d 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PLA-CF @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA-CF @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "YkwsVaruM5PpT62P", "name": "QIDI PLA-CF @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PLA-CF@X-Max 4-Series", + "from": "system", + "setting_id": "YkwsVaruM5PpT62P", + "instantiation": "true", "filament_max_volumetric_speed": [ "18" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA-CF @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PLA-CF @X-Max 4.json index 96dc7d3b30..7331ce75ad 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PLA-CF @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA-CF @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_1_5", "name": "QIDI PLA-CF@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_1_5", + "instantiation": "false", "additional_cooling_fan_speed": [ "0" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PPS-CF @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PPS-CF @Qidi X-Max 4 0.4 nozzle.json index 098716ece7..ae9fd7fecf 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PPS-CF @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PPS-CF @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "sVoMm6efHm39fUK1", "name": "QIDI PPS-CF @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PPS-CF@X-Max 4-Series", + "from": "system", + "setting_id": "sVoMm6efHm39fUK1", + "instantiation": "true", "pressure_advance": [ "0.03" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PPS-CF @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PPS-CF @Qidi X-Max 4 0.6 nozzle.json index c6052fda79..e7d9d5888d 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PPS-CF @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PPS-CF @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "y8Xv7Pqorh4ZF8Ww", "name": "QIDI PPS-CF @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PPS-CF@X-Max 4-Series", + "from": "system", + "setting_id": "y8Xv7Pqorh4ZF8Ww", + "instantiation": "true", "pressure_advance": [ "0.021" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PPS-CF @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PPS-CF @Qidi X-Max 4 0.8 nozzle.json index 92c2cbd8e8..9308486ff4 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PPS-CF @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PPS-CF @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "txGnWJtLJxdfF7Ig", "name": "QIDI PPS-CF @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PPS-CF@X-Max 4-Series", + "from": "system", + "setting_id": "txGnWJtLJxdfF7Ig", + "instantiation": "true", "pressure_advance": [ "0.008" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PPS-CF @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PPS-CF @X-Max 4.json index f5e31a939e..c5500bb3c0 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PPS-CF @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PPS-CF @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_1_44", "name": "QIDI PPS-CF@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_1_44", + "instantiation": "false", "box_temperature_range_high": [ "65" ], @@ -114,4 +114,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PPS-GF @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PPS-GF @Qidi X-Max 4 0.4 nozzle.json index fa6686616b..929396025a 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PPS-GF @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PPS-GF @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "6R6uV98QWzvGnfdF", "name": "QIDI PPS-GF @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PPS-GF@X-Max 4-Series", + "from": "system", + "setting_id": "6R6uV98QWzvGnfdF", + "instantiation": "true", "pressure_advance": [ "0.03" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PPS-GF @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PPS-GF @Qidi X-Max 4 0.6 nozzle.json index 64a21e811e..c0f1a6682f 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PPS-GF @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PPS-GF @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "GRzzsOhAcBUXfeqv", "name": "QIDI PPS-GF @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PPS-GF@X-Max 4-Series", + "from": "system", + "setting_id": "GRzzsOhAcBUXfeqv", + "instantiation": "true", "pressure_advance": [ "0.021" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PPS-GF @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PPS-GF @Qidi X-Max 4 0.8 nozzle.json index 03435c9ddd..f6aad50b5f 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PPS-GF @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PPS-GF @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "4C4lvz22vs9gYyoc", "name": "QIDI PPS-GF @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI PPS-GF@X-Max 4-Series", + "from": "system", + "setting_id": "4C4lvz22vs9gYyoc", + "instantiation": "true", "pressure_advance": [ "0.008" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI PPS-GF @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PPS-GF @X-Max 4.json index 2fddfed82b..318920501f 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI PPS-GF @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/QIDI PPS-GF @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_1_46", "name": "QIDI PPS-GF@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_1_46", + "instantiation": "false", "box_temperature_range_high": [ "65" ], @@ -114,4 +114,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI Support For PAHT @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI Support For PAHT @Qidi X-Max 4 0.4 nozzle.json index 26da2f1ff9..063f802c12 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI Support For PAHT @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI Support For PAHT @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "5XqtyE2cFilMZ5oq", "name": "QIDI Support For PAHT @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI Support For PAHT@X-Max 4-Series", + "from": "system", + "setting_id": "5XqtyE2cFilMZ5oq", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI Support For PAHT @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI Support For PAHT @Qidi X-Max 4 0.6 nozzle.json index fc2fbd2fe9..2f2a79bd3e 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI Support For PAHT @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI Support For PAHT @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "qHgcoY85C9pOvHYc", "name": "QIDI Support For PAHT @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI Support For PAHT@X-Max 4-Series", + "from": "system", + "setting_id": "qHgcoY85C9pOvHYc", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.6 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI Support For PAHT @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI Support For PAHT @Qidi X-Max 4 0.8 nozzle.json index 29bcaa2d57..4d9c13f466 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI Support For PAHT @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI Support For PAHT @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "8jwLzHbcdONs3hjM", "name": "QIDI Support For PAHT @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI Support For PAHT@X-Max 4-Series", + "from": "system", + "setting_id": "8jwLzHbcdONs3hjM", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.8 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI Support For PAHT @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI Support For PAHT @X-Max 4.json index 2866fb5e5c..2a1eddd8a2 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI Support For PAHT @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/QIDI Support For PAHT @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_1_32", "name": "QIDI Support For PAHT@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_1_32", + "instantiation": "false", "box_temperature_range_high": [ "65" ], @@ -111,4 +111,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI Support For PET-PA @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI Support For PET-PA @Qidi X-Max 4 0.4 nozzle.json index 4f8f19afb9..4c28f0ba6b 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI Support For PET-PA @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI Support For PET-PA @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "cG5iURd9NCebOAh9", "name": "QIDI Support For PET/PA @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI Support For PET/PA@X-Max 4-Series", + "from": "system", + "setting_id": "cG5iURd9NCebOAh9", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI Support For PET-PA @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI Support For PET-PA @Qidi X-Max 4 0.6 nozzle.json index 9402e7dc55..432c3d6f19 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI Support For PET-PA @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI Support For PET-PA @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "mm8A9WWVfwTmqaPl", "name": "QIDI Support For PET/PA @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI Support For PET/PA@X-Max 4-Series", + "from": "system", + "setting_id": "mm8A9WWVfwTmqaPl", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.6 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI Support For PET-PA @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI Support For PET-PA @Qidi X-Max 4 0.8 nozzle.json index 38e2b4db47..d982419cb2 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI Support For PET-PA @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI Support For PET-PA @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "Z9QN6YE7IWNY5IHb", "name": "QIDI Support For PET/PA @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI Support For PET/PA@X-Max 4-Series", + "from": "system", + "setting_id": "Z9QN6YE7IWNY5IHb", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.8 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI Support For PET-PA @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI Support For PET-PA @X-Max 4.json index 5014408699..64fbb1eb22 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI Support For PET-PA @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/QIDI Support For PET-PA @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_1_33", "name": "QIDI Support For PET/PA@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_1_33", + "instantiation": "false", "box_temperature_range_high": [ "65" ], @@ -111,4 +111,4 @@ "textured_cool_plate_temp_initial_layer": [ "70" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI TPU 95A-HF @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI TPU 95A-HF @Qidi X-Max 4 0.4 nozzle.json index 0b90ed0b14..16d91fc786 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI TPU 95A-HF @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI TPU 95A-HF @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "DMbPx29AcKUuqzsv", "name": "QIDI TPU 95A-HF @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI TPU 95A-HF@X-Max 4-Series", + "from": "system", + "setting_id": "DMbPx29AcKUuqzsv", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI TPU 95A-HF @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI TPU 95A-HF @Qidi X-Max 4 0.6 nozzle.json index 8b75e0f31c..5825e7b997 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI TPU 95A-HF @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI TPU 95A-HF @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "NFokjNJ9qsILhMSx", "name": "QIDI TPU 95A-HF @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI TPU 95A-HF@X-Max 4-Series", + "from": "system", + "setting_id": "NFokjNJ9qsILhMSx", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.6 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI TPU 95A-HF @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI TPU 95A-HF @Qidi X-Max 4 0.8 nozzle.json index 5a0d31b2cd..661591f9fe 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI TPU 95A-HF @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI TPU 95A-HF @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "SE0coLF7Tk072e8V", "name": "QIDI TPU 95A-HF @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI TPU 95A-HF@X-Max 4-Series", + "from": "system", + "setting_id": "SE0coLF7Tk072e8V", + "instantiation": "true", "nozzle_temperature": [ "220" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI TPU 95A-HF @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI TPU 95A-HF @X-Max 4.json index a2efbe6df4..fea6c771ac 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI TPU 95A-HF @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/QIDI TPU 95A-HF @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_1_50", "name": "QIDI TPU 95A-HF@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_1_50", + "instantiation": "false", "fan_cooling_layer_time": [ "100" ], @@ -93,4 +93,4 @@ "textured_cool_plate_temp_initial_layer": [ "30" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI TPU-Aero @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI TPU-Aero @Qidi X-Max 4 0.4 nozzle.json index 1ab60c94bb..7351937b9c 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI TPU-Aero @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI TPU-Aero @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "Fkhiu19XGkXfBFY2", "name": "QIDI TPU-Aero @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI TPU-Aero@X-Max 4-Series", + "from": "system", + "setting_id": "Fkhiu19XGkXfBFY2", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI TPU-Aero @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI TPU-Aero @Qidi X-Max 4 0.6 nozzle.json index 3322222f12..5372eafbca 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI TPU-Aero @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI TPU-Aero @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "ee5KMq5e4UacCHvc", "name": "QIDI TPU-Aero @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI TPU-Aero@X-Max 4-Series", + "from": "system", + "setting_id": "ee5KMq5e4UacCHvc", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.6 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI TPU-Aero @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI TPU-Aero @X-Max 4.json index cf37b31de9..7aeb542fec 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI TPU-Aero @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/QIDI TPU-Aero @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_1_49", "name": "QIDI TPU-Aero@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_1_49", + "instantiation": "false", "fan_cooling_layer_time": [ "100" ], @@ -90,4 +90,4 @@ "textured_cool_plate_temp_initial_layer": [ "30" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI TPU-GF @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI TPU-GF @Qidi X-Max 4 0.4 nozzle.json index 7ddadf0b0d..5de0f35944 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI TPU-GF @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI TPU-GF @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "2c4nAo9FUfwdwYkK", "name": "QIDI TPU-GF @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI TPU-GF@X-Max 4-Series", + "from": "system", + "setting_id": "2c4nAo9FUfwdwYkK", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI TPU-GF @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI TPU-GF @Qidi X-Max 4 0.6 nozzle.json index 2faa3c9a72..ec9ba91ae9 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI TPU-GF @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI TPU-GF @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "NtAR4vgqjQ8xKSME", "name": "QIDI TPU-GF @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI TPU-GF@X-Max 4-Series", + "from": "system", + "setting_id": "NtAR4vgqjQ8xKSME", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.6 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI TPU-GF @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI TPU-GF @Qidi X-Max 4 0.8 nozzle.json index 5c2cd9898b..894f41389c 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI TPU-GF @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI TPU-GF @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "MfXlO4PPSwLn750m", "name": "QIDI TPU-GF @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI TPU-GF@X-Max 4-Series", + "from": "system", + "setting_id": "MfXlO4PPSwLn750m", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.8 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI TPU-GF @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI TPU-GF @X-Max 4.json index fcde31942c..25a934fd19 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI TPU-GF @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/QIDI TPU-GF @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_1_15", "name": "QIDI TPU-GF@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_1_15", + "instantiation": "false", "fan_cooling_layer_time": [ "100" ], @@ -93,4 +93,4 @@ "textured_cool_plate_temp_initial_layer": [ "30" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI UltraPA @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI UltraPA @Qidi X-Max 4 0.4 nozzle.json index 879b2b5625..980fdec257 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI UltraPA @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI UltraPA @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "drEdS5phclobkiNO", "name": "QIDI UltraPA @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI UltraPA@X-Max 4-Series", + "from": "system", + "setting_id": "drEdS5phclobkiNO", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI UltraPA @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI UltraPA @Qidi X-Max 4 0.6 nozzle.json index eed99a78ac..767114a559 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI UltraPA @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI UltraPA @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "3XnXQeVV7CjgvnrM", "name": "QIDI UltraPA @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI UltraPA@X-Max 4-Series", + "from": "system", + "setting_id": "3XnXQeVV7CjgvnrM", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.6 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI UltraPA @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI UltraPA @Qidi X-Max 4 0.8 nozzle.json index 7269771e1e..a3d32abfa1 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI UltraPA @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI UltraPA @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "9j84XHFT395HsjDa", "name": "QIDI UltraPA @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI UltraPA@X-Max 4-Series", + "from": "system", + "setting_id": "9j84XHFT395HsjDa", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.8 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI UltraPA @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI UltraPA @X-Max 4.json index 0b0a02f22c..1194e6c03d 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI UltraPA @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/QIDI UltraPA @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_1_24", "name": "QIDI UltraPA@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_1_24", + "instantiation": "false", "box_temperature_range_high": [ "55" ], @@ -96,4 +96,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI UltraPA-CF25 @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI UltraPA-CF25 @Qidi X-Max 4 0.4 nozzle.json index f65978a6f3..c720797765 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI UltraPA-CF25 @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI UltraPA-CF25 @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "vPCQfOT2QXyEpBWg", "name": "QIDI UltraPA-CF25 @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI UltraPA-CF25@X-Max 4-Series", + "from": "system", + "setting_id": "vPCQfOT2QXyEpBWg", + "instantiation": "true", "compatible_printers": [ "Qidi X-Max 4 0.4 nozzle" ] diff --git a/resources/profiles/Qidi/filament/X4/QIDI UltraPA-CF25 @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI UltraPA-CF25 @Qidi X-Max 4 0.6 nozzle.json index 65428f606d..b4db634051 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI UltraPA-CF25 @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI UltraPA-CF25 @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "NWcMSTjsGdH8otAe", "name": "QIDI UltraPA-CF25 @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI UltraPA-CF25@X-Max 4-Series", + "from": "system", + "setting_id": "NWcMSTjsGdH8otAe", + "instantiation": "true", "pressure_advance": [ "0.022" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI UltraPA-CF25 @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI UltraPA-CF25 @Qidi X-Max 4 0.8 nozzle.json index 7b3083a4e3..2e5e48504a 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI UltraPA-CF25 @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI UltraPA-CF25 @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "1KMg11UnJuf06LFh", "name": "QIDI UltraPA-CF25 @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI UltraPA-CF25@X-Max 4-Series", + "from": "system", + "setting_id": "1KMg11UnJuf06LFh", + "instantiation": "true", "pressure_advance": [ "0.02" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI UltraPA-CF25 @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI UltraPA-CF25 @X-Max 4.json index 16903363a9..21629d63c9 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI UltraPA-CF25 @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/QIDI UltraPA-CF25 @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_1_26", "name": "QIDI UltraPA-CF25@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_1_26", + "instantiation": "false", "box_temperature_range_high": [ "65" ], @@ -114,4 +114,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI WOOD Rapido @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI WOOD Rapido @Qidi X-Max 4 0.4 nozzle.json index b8469f502c..81fed9fb7e 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI WOOD Rapido @Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI WOOD Rapido @Qidi X-Max 4 0.4 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "PbuzdsBOxIvSbjXa", "name": "QIDI WOOD Rapido @Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI WOOD Rapido@X-Max 4-Series", + "from": "system", + "setting_id": "PbuzdsBOxIvSbjXa", + "instantiation": "true", "pressure_advance": [ "0.044" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI WOOD Rapido @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI WOOD Rapido @Qidi X-Max 4 0.6 nozzle.json index fa1f27bdc3..b16ee178dc 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI WOOD Rapido @Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI WOOD Rapido @Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "MdLYL9OkYMo0bBue", "name": "QIDI WOOD Rapido @Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI WOOD Rapido@X-Max 4-Series", + "from": "system", + "setting_id": "MdLYL9OkYMo0bBue", + "instantiation": "true", "pressure_advance": [ "0.024" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI WOOD Rapido @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI WOOD Rapido @Qidi X-Max 4 0.8 nozzle.json index 6e9d7835d0..a3466d2988 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI WOOD Rapido @Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/filament/X4/QIDI WOOD Rapido @Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "filament", - "setting_id": "uJnCn3Hls6d5gHQA", "name": "QIDI WOOD Rapido @Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "QIDI WOOD Rapido@X-Max 4-Series", + "from": "system", + "setting_id": "uJnCn3Hls6d5gHQA", + "instantiation": "true", "pressure_advance": [ "0.012" ], diff --git a/resources/profiles/Qidi/filament/X4/QIDI WOOD Rapido @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI WOOD Rapido @X-Max 4.json index e1633ea57d..d62533d44e 100644 --- a/resources/profiles/Qidi/filament/X4/QIDI WOOD Rapido @X-Max 4.json +++ b/resources/profiles/Qidi/filament/X4/QIDI WOOD Rapido @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "filament", - "filament_id": "QD_3_1_6", "name": "QIDI WOOD Rapido@X-Max 4-Series", - "from": "system", - "instantiation": "false", "inherits": "fdm_filament_x4_common", + "from": "system", + "filament_id": "QD_3_1_6", + "instantiation": "false", "additional_cooling_fan_speed": [ "100" ], diff --git a/resources/profiles/Qidi/filament/fdm_filament_abs.json b/resources/profiles/Qidi/filament/fdm_filament_abs.json index 31fb0134a0..4783e2162c 100644 --- a/resources/profiles/Qidi/filament/fdm_filament_abs.json +++ b/resources/profiles/Qidi/filament/fdm_filament_abs.json @@ -106,4 +106,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/fdm_filament_asa.json b/resources/profiles/Qidi/filament/fdm_filament_asa.json index 9f98db937c..747499b141 100644 --- a/resources/profiles/Qidi/filament/fdm_filament_asa.json +++ b/resources/profiles/Qidi/filament/fdm_filament_asa.json @@ -106,4 +106,4 @@ "textured_cool_plate_temp_initial_layer": [ "80" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/fdm_filament_pet.json b/resources/profiles/Qidi/filament/fdm_filament_pet.json index 4096649e98..91c289c722 100644 --- a/resources/profiles/Qidi/filament/fdm_filament_pet.json +++ b/resources/profiles/Qidi/filament/fdm_filament_pet.json @@ -88,4 +88,4 @@ "textured_cool_plate_temp_initial_layer": [ "60" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/filament/fdm_filament_tpu.json b/resources/profiles/Qidi/filament/fdm_filament_tpu.json index d072ae17e2..f261d24923 100644 --- a/resources/profiles/Qidi/filament/fdm_filament_tpu.json +++ b/resources/profiles/Qidi/filament/fdm_filament_tpu.json @@ -97,4 +97,4 @@ "textured_cool_plate_temp_initial_layer": [ "30" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Qidi/machine/Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/machine/Qidi X-Max 4 0.2 nozzle.json index 7b5b19bb50..b8e618919a 100644 --- a/resources/profiles/Qidi/machine/Qidi X-Max 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/machine/Qidi X-Max 4 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "QgiXsDkRCjIHtpEa", "name": "Qidi X-Max 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi X-Max 4 0.4 nozzle", + "from": "system", + "setting_id": "QgiXsDkRCjIHtpEa", + "instantiation": "true", "printer_model": "Qidi X-Max 4", "printer_variant": "0.2", "default_filament_profile": [ diff --git a/resources/profiles/Qidi/machine/Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/machine/Qidi X-Max 4 0.4 nozzle.json index 6c9fac780b..be754eb338 100644 --- a/resources/profiles/Qidi/machine/Qidi X-Max 4 0.4 nozzle.json +++ b/resources/profiles/Qidi/machine/Qidi X-Max 4 0.4 nozzle.json @@ -1,11 +1,11 @@ { - "box_id": "3", "type": "machine", - "setting_id": "uzcPSO0U1ZQCXXNN", "name": "Qidi X-Max 4 0.4 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_machine_x_common", + "from": "system", + "setting_id": "uzcPSO0U1ZQCXXNN", + "instantiation": "true", + "box_id": "3", "printer_model": "Qidi X-Max 4", "gcode_flavor": "klipper", "default_print_profile": "0.20mm Standard @X-Max 4", diff --git a/resources/profiles/Qidi/machine/Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/machine/Qidi X-Max 4 0.6 nozzle.json index 0707b7a1a3..be75b991a3 100644 --- a/resources/profiles/Qidi/machine/Qidi X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/machine/Qidi X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "Ict0ZAEiGgYeu7AJ", "name": "Qidi X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi X-Max 4 0.4 nozzle", + "from": "system", + "setting_id": "Ict0ZAEiGgYeu7AJ", + "instantiation": "true", "default_filament_profile": [ "QIDI PLA Rapido @Qidi X-Max 4 0.6 nozzle" ], diff --git a/resources/profiles/Qidi/machine/Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/machine/Qidi X-Max 4 0.8 nozzle.json index 2c063d9fc9..6276609a58 100644 --- a/resources/profiles/Qidi/machine/Qidi X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/machine/Qidi X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "machine", - "setting_id": "pJbz2SGfvEar8cGh", "name": "Qidi X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "Qidi X-Max 4 0.4 nozzle", + "from": "system", + "setting_id": "pJbz2SGfvEar8cGh", + "instantiation": "true", "default_filament_profile": [ "QIDI PLA Rapido @Qidi X-Max 4 0.8 nozzle" ], diff --git a/resources/profiles/Qidi/process/0.08mm Extra Fine @X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/process/0.08mm Extra Fine @X-Max 4 0.2 nozzle.json index 6043f3b072..93be914bd5 100644 --- a/resources/profiles/Qidi/process/0.08mm Extra Fine @X-Max 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/process/0.08mm Extra Fine @X-Max 4 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "9aEE4QRwpA84OcRn", "name": "0.08mm Extra Fine @X-Max 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_n_common", + "from": "system", + "setting_id": "9aEE4QRwpA84OcRn", + "instantiation": "true", "bottom_color_penetration_layers": "5", "bottom_shell_layers": "5", "bridge_flow": "1", diff --git a/resources/profiles/Qidi/process/0.08mm Extra Fine @X-Max 4.json b/resources/profiles/Qidi/process/0.08mm Extra Fine @X-Max 4.json index 715a3c2772..499d8ad5cb 100644 --- a/resources/profiles/Qidi/process/0.08mm Extra Fine @X-Max 4.json +++ b/resources/profiles/Qidi/process/0.08mm Extra Fine @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "669lYZL76CKm2XKo", "name": "0.08mm Extra Fine @X-Max 4", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_n_common", + "from": "system", + "setting_id": "669lYZL76CKm2XKo", + "instantiation": "true", "bottom_color_penetration_layers": "7", "bottom_shell_layers": "7", "bridge_flow": "1", diff --git a/resources/profiles/Qidi/process/0.10mm Standard @X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/process/0.10mm Standard @X-Max 4 0.2 nozzle.json index a922128442..2f49cb3ba1 100644 --- a/resources/profiles/Qidi/process/0.10mm Standard @X-Max 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/process/0.10mm Standard @X-Max 4 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "ABeYedxpPRk7Mv4k", "name": "0.10mm Standard @X-Max 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_n_common", + "from": "system", + "setting_id": "ABeYedxpPRk7Mv4k", + "instantiation": "true", "bottom_color_penetration_layers": "5", "bottom_shell_layers": "5", "bridge_flow": "1", diff --git a/resources/profiles/Qidi/process/0.12mm Balanced Quality @X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/process/0.12mm Balanced Quality @X-Max 4 0.2 nozzle.json index d455be4044..70d97f84ab 100644 --- a/resources/profiles/Qidi/process/0.12mm Balanced Quality @X-Max 4 0.2 nozzle.json +++ b/resources/profiles/Qidi/process/0.12mm Balanced Quality @X-Max 4 0.2 nozzle.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "CcdlmUxcXQuw5HGG", "name": "0.12mm Balanced Quality @X-Max 4 0.2 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_n_common", + "from": "system", + "setting_id": "CcdlmUxcXQuw5HGG", + "instantiation": "true", "bottom_color_penetration_layers": "5", "bottom_shell_layers": "5", "bridge_flow": "1", diff --git a/resources/profiles/Qidi/process/0.12mm Fine @X-Max 4.json b/resources/profiles/Qidi/process/0.12mm Fine @X-Max 4.json index cff8348586..932a708742 100644 --- a/resources/profiles/Qidi/process/0.12mm Fine @X-Max 4.json +++ b/resources/profiles/Qidi/process/0.12mm Fine @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "LwuGo5RPFaXOdGOP", "name": "0.12mm Fine @X-Max 4", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_n_common", + "from": "system", + "setting_id": "LwuGo5RPFaXOdGOP", + "instantiation": "true", "bottom_color_penetration_layers": "5", "bottom_shell_layers": "7", "bridge_flow": "1", diff --git a/resources/profiles/Qidi/process/0.16mm Balanced Quality @X-Max 4.json b/resources/profiles/Qidi/process/0.16mm Balanced Quality @X-Max 4.json index 7610bd5ca2..d734a14634 100644 --- a/resources/profiles/Qidi/process/0.16mm Balanced Quality @X-Max 4.json +++ b/resources/profiles/Qidi/process/0.16mm Balanced Quality @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "AhcbXuW6Py1OlLEz", "name": "0.16mm Balanced Quality @X-Max 4", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_n_common", + "from": "system", + "setting_id": "AhcbXuW6Py1OlLEz", + "instantiation": "true", "bottom_color_penetration_layers": "4", "bottom_shell_layers": "4", "bridge_flow": "1", diff --git a/resources/profiles/Qidi/process/0.16mm Standard @X-Max 4.json b/resources/profiles/Qidi/process/0.16mm Standard @X-Max 4.json index a556f237a9..91d939fec5 100644 --- a/resources/profiles/Qidi/process/0.16mm Standard @X-Max 4.json +++ b/resources/profiles/Qidi/process/0.16mm Standard @X-Max 4.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "JpZoDa8jLalawI6Q", "name": "0.16mm Standard @X-Max 4", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_n_common", + "from": "system", + "setting_id": "JpZoDa8jLalawI6Q", + "instantiation": "true", "bottom_color_penetration_layers": "4", "bottom_shell_layers": "4", "bridge_flow": "1", diff --git a/resources/profiles/Qidi/process/0.18mm Balanced Quality @X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/process/0.18mm Balanced Quality @X-Max 4 0.6 nozzle.json index 671d097afc..8d281627ea 100644 --- a/resources/profiles/Qidi/process/0.18mm Balanced Quality @X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/process/0.18mm Balanced Quality @X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "VRTEmrje8hig7qJc", "name": "0.18mm Balanced Quality @X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_n_common", + "from": "system", + "setting_id": "VRTEmrje8hig7qJc", + "instantiation": "true", "bridge_flow": "1", "bridge_speed": [ "30" diff --git a/resources/profiles/Qidi/process/0.20mm Balanced Strength @X-Max 4.json b/resources/profiles/Qidi/process/0.20mm Balanced Strength @X-Max 4.json index 685d5c157d..5c879d83ab 100644 --- a/resources/profiles/Qidi/process/0.20mm Balanced Strength @X-Max 4.json +++ b/resources/profiles/Qidi/process/0.20mm Balanced Strength @X-Max 4.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "oM72sw3mW85qL45A", "name": "0.20mm Balanced Strength @X-Max 4", - "from": "system", "inherits": "fdm_process_n_common", + "from": "system", + "setting_id": "oM72sw3mW85qL45A", "instantiation": "true", "bottom_shell_layers": "4", "bridge_flow": "1", diff --git a/resources/profiles/Qidi/process/0.20mm Standard @X-Max 4.json b/resources/profiles/Qidi/process/0.20mm Standard @X-Max 4.json index 8f5969e8a8..4bbea2ec6d 100644 --- a/resources/profiles/Qidi/process/0.20mm Standard @X-Max 4.json +++ b/resources/profiles/Qidi/process/0.20mm Standard @X-Max 4.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "2TsaNedKJlTmULOi", "name": "0.20mm Standard @X-Max 4", - "from": "system", "inherits": "fdm_process_n_common", + "from": "system", + "setting_id": "2TsaNedKJlTmULOi", "instantiation": "true", "bridge_flow": "1", "default_acceleration": [ diff --git a/resources/profiles/Qidi/process/0.24mm Balanced Quality @X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/process/0.24mm Balanced Quality @X-Max 4 0.8 nozzle.json index bf6a7dcd8f..53429a10d1 100644 --- a/resources/profiles/Qidi/process/0.24mm Balanced Quality @X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/process/0.24mm Balanced Quality @X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "kye0mwcHVzDEfide", "name": "0.24mm Balanced Quality @X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_n_common", + "from": "system", + "setting_id": "kye0mwcHVzDEfide", + "instantiation": "true", "bridge_flow": "1", "bridge_speed": [ "30" diff --git a/resources/profiles/Qidi/process/0.24mm Balanced Strength @X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/process/0.24mm Balanced Strength @X-Max 4 0.6 nozzle.json index e1898e9cb8..646cf814e4 100644 --- a/resources/profiles/Qidi/process/0.24mm Balanced Strength @X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/process/0.24mm Balanced Strength @X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "FjwVknjxJnYTs3uo", "name": "0.24mm Balanced Strength @X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_n_common", + "from": "system", + "setting_id": "FjwVknjxJnYTs3uo", + "instantiation": "true", "bridge_flow": "1", "bridge_speed": [ "30" diff --git a/resources/profiles/Qidi/process/0.24mm Standard @X-Max 4.json b/resources/profiles/Qidi/process/0.24mm Standard @X-Max 4.json index 66650b0aa3..3aeb4203e4 100644 --- a/resources/profiles/Qidi/process/0.24mm Standard @X-Max 4.json +++ b/resources/profiles/Qidi/process/0.24mm Standard @X-Max 4.json @@ -1,9 +1,9 @@ { "type": "process", - "setting_id": "fJge4LaVkm7mmi3g", "name": "0.24mm Standard @X-Max 4", - "from": "system", "inherits": "fdm_process_n_common", + "from": "system", + "setting_id": "fJge4LaVkm7mmi3g", "instantiation": "true", "bridge_flow": "1", "default_acceleration": [ diff --git a/resources/profiles/Qidi/process/0.30mm Standard @X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/process/0.30mm Standard @X-Max 4 0.6 nozzle.json index 40ae121e1d..7622dd4325 100644 --- a/resources/profiles/Qidi/process/0.30mm Standard @X-Max 4 0.6 nozzle.json +++ b/resources/profiles/Qidi/process/0.30mm Standard @X-Max 4 0.6 nozzle.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "TOsqMoGa5GvywEWI", "name": "0.30mm Standard @X-Max 4 0.6 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_n_common", + "from": "system", + "setting_id": "TOsqMoGa5GvywEWI", + "instantiation": "true", "bridge_flow": "1", "bridge_speed": [ "30" diff --git a/resources/profiles/Qidi/process/0.32mm Balanced Strength @X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/process/0.32mm Balanced Strength @X-Max 4 0.8 nozzle.json index e404cb19ed..052f88bb4a 100644 --- a/resources/profiles/Qidi/process/0.32mm Balanced Strength @X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/process/0.32mm Balanced Strength @X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "U4yjBHhJwsHTIDHc", "name": "0.32mm Balanced Strength @X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_n_common", + "from": "system", + "setting_id": "U4yjBHhJwsHTIDHc", + "instantiation": "true", "bridge_flow": "1", "bridge_speed": [ "50" diff --git a/resources/profiles/Qidi/process/0.40mm Standard @X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/process/0.40mm Standard @X-Max 4 0.8 nozzle.json index 7252d3d8a5..4aa16d0e45 100644 --- a/resources/profiles/Qidi/process/0.40mm Standard @X-Max 4 0.8 nozzle.json +++ b/resources/profiles/Qidi/process/0.40mm Standard @X-Max 4 0.8 nozzle.json @@ -1,10 +1,10 @@ { "type": "process", - "setting_id": "qT32mSKhstIeb8R2", "name": "0.40mm Standard @X-Max 4 0.8 nozzle", - "from": "system", - "instantiation": "true", "inherits": "fdm_process_n_common", + "from": "system", + "setting_id": "qT32mSKhstIeb8R2", + "instantiation": "true", "bridge_flow": "1", "bridge_speed": [ "30" diff --git a/src/dev-utils/OrcaSlicer_profile_validator.cpp b/src/dev-utils/OrcaSlicer_profile_validator.cpp index 3208f55452..baee58258c 100644 --- a/src/dev-utils/OrcaSlicer_profile_validator.cpp +++ b/src/dev-utils/OrcaSlicer_profile_validator.cpp @@ -96,6 +96,7 @@ int main(int argc, char* argv[]) ("vendor,v", po::value()->default_value(""), "Vendor name. Optional, all profiles present in the folder will be validated if not specified") ("generate_presets,g", po::value()->default_value(false), "Generate user presets for mock test") ("check_filament_subtypes,f", po::bool_switch()->default_value(false), "Also flag printers with duplicate (ambiguous) filament subtypes. Off unless this flag is present.") + ("check_preset_references,r", po::bool_switch()->default_value(false), "Also flag presets whose inherits/compatible_printers/compatible_prints reference a deleted or renamed preset. Off unless this flag is present.") ("log_level,l", po::value()->default_value(2), "Log level. Optional, default is 2 (warning). Higher values produce more detailed logs."); // clang-format on @@ -120,6 +121,7 @@ int main(int argc, char* argv[]) int log_level = vm["log_level"].as(); bool generate_user_preset = vm["generate_presets"].as(); bool check_filament_subtypes = vm["check_filament_subtypes"].as(); + bool check_preset_references = vm["check_preset_references"].as(); // check if path is valid, and return error if not if (!fs::exists(path) || !fs::is_directory(path)) { @@ -166,7 +168,7 @@ int main(int argc, char* argv[]) return 0; } - if (preset_bundle->has_errors(check_filament_subtypes)) { + if (preset_bundle->has_errors(check_filament_subtypes, check_preset_references)) { std::cout << "Validation failed" << std::endl; return 1; } diff --git a/src/libslic3r/PresetBundle.cpp b/src/libslic3r/PresetBundle.cpp index d917d73e55..b7bf364e6f 100644 --- a/src/libslic3r/PresetBundle.cpp +++ b/src/libslic3r/PresetBundle.cpp @@ -532,6 +532,17 @@ PresetsConfigSubstitutions PresetBundle::load_presets(AppConfig &config, Forward load_user_presets(dir_user_presets, substitution_rule); } + // Rewrite renamed compatible_printers / compatible_prints references before selection. Skipped + // in validation mode so the profile validator (has_errors -> check_preset_references) sees the + // raw vendor-JSON references instead of the silently-repaired ones. + if (!validation_mode) + this->normalize_compatible_presets(); + // Rewrite renamed compatible_printers / compatible_prints references before selection. Skipped + // in validation mode so the profile validator (has_errors -> check_preset_references) sees the + // raw vendor-JSON references instead of the silently-repaired ones. + if (!validation_mode) + this->normalize_compatible_presets(); + this->update_multi_material_filament_presets(); this->update_compatible(PresetSelectCompatibleType::Never); @@ -752,6 +763,8 @@ PresetsConfigSubstitutions PresetBundle::load_project_embedded_presets(std::vect //this->update_multi_material_filament_presets(); //this->update_compatible(PresetSelectCompatibleType::Never); + // Rewrite renamed compatible references before the caller (Plater) selects the project presets. + this->normalize_compatible_presets(); if (! errors_cummulative.empty()) throw Slic3r::RuntimeError(errors_cummulative); @@ -1122,6 +1135,9 @@ PresetsConfigSubstitutions PresetBundle::load_user_presets(AppConfig & this->printers.update_after_user_presets_loaded(); }*/ + // Rewrite renamed compatible references in synced user presets before compatibility is evaluated. + this->normalize_compatible_presets(); + this->update_multi_material_filament_presets(); this->update_compatible(PresetSelectCompatibleType::Never); //this->load_selections(config, PresetPreferences()); @@ -1807,6 +1823,9 @@ PresetsConfigSubstitutions PresetBundle::update_subscribed_presets( BOOST_LOG_TRIVIAL(error) << __FUNCTION__ << " failed to save bundle metadata to: " << metadata_save_path.string(); } + // Rewrite renamed compatible references in synced user presets before compatibility is evaluated. + this->normalize_compatible_presets(); + this->update_multi_material_filament_presets(); this->update_compatible(PresetSelectCompatibleType::Never); @@ -5240,6 +5259,49 @@ void PresetBundle::update_multi_material_filament_presets(size_t to_delete_filam } } +// Rewrite a preset-name-list field (compatible_printers / compatible_prints) so references to a +// renamed system preset point at the current name. Sibling-collection analog of +// Preset::normalize_inherits: target.find_preset(name, false) resolves "renamed_from" recursively +// and returns nullptr for unknown names, so we rewrite only on a positive, changed match and leave +// user/deleted names untouched. +static void normalize_compatible_field(Preset &preset, const char *field_key, PresetCollection &target) +{ + auto *opt = preset.config.option(field_key); + if (opt == nullptr) + return; + for (std::string &name : opt->values) { + if (name.empty()) + continue; + if (const Preset *resolved = target.find_preset(name, false); resolved != nullptr && resolved->name != name) + name = resolved->name; + } +} + +// Resolve compatible_printers / compatible_prints references that point at a renamed system preset +// to the current name, mirroring Preset::normalize_inherits for the "inherits" field. Because these +// fields reference presets in sibling collections (printers / prints / sla_prints), the resolution +// cannot happen inside a single collection's load_presets() and runs here, after update_system_maps() +// has built every collection's rename map. Must be called before selection so the rewritten stored +// preset is copied into the edited preset by select_preset (no spurious "modified" flag). +void PresetBundle::normalize_compatible_presets() +{ + // compatible_printers references a printer preset; compatible_prints (filaments / SLA materials) + // references a process preset. System presets are normalized too: a vendor profile can itself + // reference a sibling preset by a name that was later renamed, and the rewrite is in-memory only + // (system presets are never persisted back to vendor JSON). (begin()/end() skip defaults.) + auto normalize = [this](PresetCollection &holders, PresetCollection *processes) { + for (Preset &p : holders) { + normalize_compatible_field(p, "compatible_printers", this->printers); + if (processes != nullptr) + normalize_compatible_field(p, "compatible_prints", *processes); + } + }; + normalize(this->prints, nullptr); + normalize(this->filaments, &this->prints); + normalize(this->sla_prints, nullptr); + normalize(this->sla_materials, &this->sla_prints); +} + void PresetBundle::update_compatible(PresetSelectCompatibleType select_other_print_if_incompatible, PresetSelectCompatibleType select_other_filament_if_incompatible) { const Preset &printer_preset = this->printers.get_edited_preset(); @@ -5471,7 +5533,8 @@ void PresetBundle::set_default_suppressed(bool default_suppressed) printers.set_default_suppressed(default_suppressed); } -bool PresetBundle::has_errors(bool check_duplicate_filament_subtypes) const +bool PresetBundle::has_errors(bool check_duplicate_filament_subtypes, bool check_references) const +bool PresetBundle::has_errors(bool check_duplicate_filament_subtypes, bool check_references) const { if (m_errors != 0 || printers.m_errors != 0 || filaments.m_errors != 0 || prints.m_errors != 0) return true; @@ -5494,6 +5557,12 @@ bool PresetBundle::has_errors(bool check_duplicate_filament_subtypes) const if (check_duplicate_filament_subtypes && this->check_duplicate_filament_subtypes()) has_errors = true; + if (check_references && this->check_preset_references()) + has_errors = true; + + if (check_references && this->check_preset_references()) + has_errors = true; + return has_errors; } @@ -5524,6 +5593,68 @@ static std::string preset_file_uri(const std::string &file) return uri; } +// Orca: validator-only. Flag any system preset whose inherits / compatible_printers / +// compatible_prints references a name that no longer resolves. Uses find_preset (exact match, then +// the renamed_from map - no fuzzy find_preset2, no alias resolution), so: +// nullptr -> the referenced preset was deleted/renamed away (name is dangling), +// resolved != name -> the reference uses an old name that renamed_from maps to a current one. +// Both should be fixed at the source rather than relying on load-time normalization - which is why +// normalize_compatible_presets() is skipped in validation mode (see load_presets), so this sees the +// raw vendor-JSON references. Safe under a single-vendor run (-v) too: inherits / compatible_printers +// / compatible_prints only name same-vendor or OrcaFilamentLibrary presets (both loaded), so a +// reference that does not resolve is genuinely dangling rather than an unloaded cross-vendor preset. +bool PresetBundle::check_preset_references() const +{ + bool found = false; + + // Resolve one reference (an inherits parent or a compatible_* entry) against its target + // collection and log if it is dangling (unknown) or uses a renamed preset's old name. + auto report_ref = [&](const Preset &p, const std::string &name, const PresetCollection &target, + const char *verb, const char *noun) { + const Preset *resolved = target.find_preset(name, false); + if (resolved == nullptr) { + found = true; + BOOST_LOG_TRIVIAL(error) << "Preset \"" << p.name << "\" " << verb << " unknown " << noun << " \"" << name << "\":\n" + << preset_file_uri(p.file); + } else if (resolved->name != name) { + found = true; + BOOST_LOG_TRIVIAL(error) << "Preset \"" << p.name << "\" " << verb << " renamed " << noun << " \"" << name + << "\" (now \"" << resolved->name << "\"):\n" << preset_file_uri(p.file); + } + }; + + auto check_list = [&](const Preset &p, const char *key, const PresetCollection &target) { + const auto *opt = p.config.option(key); + if (opt == nullptr) + return; + for (const std::string &name : opt->values) + if (!name.empty()) + report_ref(p, name, target, "references", key); + }; + + auto check_collection = [&](const PresetCollection &holders, const PresetCollection *processes) { + for (const Preset &p : holders) { + if (!p.is_system) + continue; + if (const std::string &inh = p.inherits(); !inh.empty()) + report_ref(p, inh, holders, "inherits", "parent"); + check_list(p, "compatible_printers", this->printers); + if (processes != nullptr) + check_list(p, "compatible_prints", *processes); + } + }; + + // Printers carry no compatible_printers/compatible_prints (those name a printer, so a printer + // holding them makes no sense); check_list is a no-op for them, so only their inherits is checked. + check_collection(this->printers, nullptr); + check_collection(this->prints, nullptr); + check_collection(this->filaments, &this->prints); + check_collection(this->sla_prints, nullptr); + check_collection(this->sla_materials, &this->sla_prints); + + return found; +} + // Orca: a filament is matched from the AMS by (filament_id + printer compatibility). // For any one printer, at most one instantiated filament preset with a given // filament_id may be compatible - otherwise the AMS match is ambiguous and the diff --git a/src/libslic3r/PresetBundle.hpp b/src/libslic3r/PresetBundle.hpp index 348ef9442e..49b1a796c0 100644 --- a/src/libslic3r/PresetBundle.hpp +++ b/src/libslic3r/PresetBundle.hpp @@ -448,6 +448,11 @@ public: void update_compatible(PresetSelectCompatibleType select_other_print_if_incompatible, PresetSelectCompatibleType select_other_filament_if_incompatible); void update_compatible(PresetSelectCompatibleType select_other_if_incompatible) { this->update_compatible(select_other_if_incompatible, select_other_if_incompatible); } + // Rewrite compatible_printers / compatible_prints references that point at a renamed system + // preset to the current name, mirroring Preset::normalize_inherits for the "inherits" field. + // Call after loading presets and before selection; requires update_system_maps() to have run. + void normalize_compatible_presets(); + // Set the is_visible flag for printer vendors, printer models and printer variants // based on the user configuration. // If the "vendor" section is missing, enable all models and variants of the particular vendor. @@ -480,8 +485,13 @@ public: return { Preset::TYPE_PRINTER, Preset::TYPE_SLA_PRINT, Preset::TYPE_SLA_MATERIAL }; } - // Orca: for validation only. The duplicate filament subtype check is opt-in for now - bool has_errors(bool check_duplicate_filament_subtypes = false) const; + // Orca: for validation only. The duplicate filament subtype and preset-reference checks are + // opt-in for now (enabled per-vendor by the profile-check CI as vendors are cleaned up). + bool has_errors(bool check_duplicate_filament_subtypes = false, bool check_preset_references = false) const; + + // Orca: for validation only. Flag any system preset whose inherits / compatible_printers / + // compatible_prints references a deleted (unknown) or renamed (old) preset name. + bool check_preset_references() const; private: // Orca: validation only - flag any printer with two or more compatible diff --git a/tests/libslic3r/test_preset_bundle_loading.cpp b/tests/libslic3r/test_preset_bundle_loading.cpp index a543b64e7e..b3bf1c15d3 100644 --- a/tests/libslic3r/test_preset_bundle_loading.cpp +++ b/tests/libslic3r/test_preset_bundle_loading.cpp @@ -3,6 +3,7 @@ #include #include "libslic3r/PresetBundle.hpp" +#include "libslic3r/AppConfig.hpp" using namespace Slic3r; @@ -298,3 +299,168 @@ TEST_CASE("Removed Generic parent is normalized into a loaded filament's inherit CHECK(bundle.filaments.get_preset_parent(*child)->name == "Generic PLA @System"); } +namespace { + +// A live reference to a preset's compatible_printers / compatible_prints list. Fetches the *stored* +// preset (real=true) so writes and reads hit the same object; creates the option if absent. +std::vector &compatible_list(PresetCollection &coll, const std::string &preset_name, const char *field_key) +{ + Preset *preset = coll.find_preset(preset_name, /*first_visible_if_not_found=*/false, /*real=*/true); + REQUIRE(preset != nullptr); + return preset->config.option(field_key, true)->values; +} + +} // namespace + +TEST_CASE("Renamed printer/process names are normalized into compatible lists on load", "[Preset][Rename]") +{ + PresetBundle bundle; + + // Current printer + process, each renamed from an older name. + add_inmemory_preset(bundle.printers, "New Printer"); + set_renamed_from(bundle.printers, "New Printer", { "Old Printer" }); + add_inmemory_preset(bundle.prints, "New Process"); + set_renamed_from(bundle.prints, "New Process", { "Old Process" }); + + // A user process still compatible with the OLD printer name. + add_inmemory_preset(bundle.prints, "My Process"); + compatible_list(bundle.prints, "My Process", "compatible_printers") = { "Old Printer" }; + + // A user filament referencing the OLD printer AND OLD process names, plus an unknown printer. + add_inmemory_preset(bundle.filaments, "My Filament"); + compatible_list(bundle.filaments, "My Filament", "compatible_printers") = { "Old Printer", "Unknown Printer" }; + compatible_list(bundle.filaments, "My Filament", "compatible_prints") = { "Old Process" }; + + // Build the rename maps (done during system load in the real pipeline), then normalize. + AppConfig app_config; + bundle.load_installed_printers(app_config); // rebuilds every collection's rename map + bundle.normalize_compatible_presets(); + + // The stale printer name in a process' compatible_printers is rewritten to the current name. + CHECK(compatible_list(bundle.prints, "My Process", "compatible_printers") == std::vector{ "New Printer" }); + + // The stale process name in a filament's compatible_prints is rewritten (this field has no + // runtime rename fallback, so load-time normalization is the only fix). + CHECK(compatible_list(bundle.filaments, "My Filament", "compatible_prints") == std::vector{ "New Process" }); + + // The renamed printer is rewritten while the unknown/deleted name is preserved as-is. + CHECK(compatible_list(bundle.filaments, "My Filament", "compatible_printers") == + (std::vector{ "New Printer", "Unknown Printer" })); + + // Normalizing rewrites config in place without flagging the preset dirty. + CHECK_FALSE(bundle.prints.find_preset("My Process", false, true)->is_dirty); + + // A system preset that already references the current name is left untouched (idempotent no-op). + bundle.normalize_compatible_presets(); + CHECK(compatible_list(bundle.prints, "My Process", "compatible_printers") == std::vector{ "New Printer" }); +} + +TEST_CASE("Renamed names are normalized into a SYSTEM preset's compatible lists", "[Preset][Rename]") +{ + PresetBundle bundle; + + // Current printer + process, each renamed from an older name. + add_inmemory_preset(bundle.printers, "New Printer"); + set_renamed_from(bundle.printers, "New Printer", { "Old Printer" }); + add_inmemory_preset(bundle.prints, "New Process"); + set_renamed_from(bundle.prints, "New Process", { "Old Process" }); + + // A *system* (vendor) filament whose own compatible lists still reference the OLD names. A vendor + // profile can point at a sibling preset that was later renamed, so system presets must be + // normalized too (they are skipped by neither collection walk). + add_inmemory_preset(bundle.filaments, "System Filament").is_system = true; + compatible_list(bundle.filaments, "System Filament", "compatible_printers") = { "Old Printer" }; + compatible_list(bundle.filaments, "System Filament", "compatible_prints") = { "Old Process" }; + + AppConfig app_config; + bundle.load_installed_printers(app_config); // build the rename maps + bundle.normalize_compatible_presets(); + + // The stale references in the system preset are rewritten to the current names. + CHECK(compatible_list(bundle.filaments, "System Filament", "compatible_printers") == + std::vector{ "New Printer" }); + CHECK(compatible_list(bundle.filaments, "System Filament", "compatible_prints") == + std::vector{ "New Process" }); + + // The rewrite does not flag the system preset dirty, and is idempotent. + CHECK_FALSE(bundle.filaments.find_preset("System Filament", false, true)->is_dirty); + bundle.normalize_compatible_presets(); + CHECK(compatible_list(bundle.filaments, "System Filament", "compatible_printers") == + std::vector{ "New Printer" }); +} + +TEST_CASE("compatible_prints on SLA materials resolves against sla_prints, not prints", "[Preset][Rename]") +{ + PresetBundle bundle; + + // A renamed SLA process, and a same-named FFF process that must NOT be picked up: resolving the + // SLA material's compatible_prints against `prints` would wrongly rewrite to "Wrong FFF Process". + add_inmemory_preset(bundle.sla_prints, "New SLA Process"); + set_renamed_from(bundle.sla_prints, "New SLA Process", { "Old SLA Process" }); + add_inmemory_preset(bundle.prints, "Wrong FFF Process"); + set_renamed_from(bundle.prints, "Wrong FFF Process", { "Old SLA Process" }); + + add_inmemory_preset(bundle.sla_materials, "My SLA Material"); + compatible_list(bundle.sla_materials, "My SLA Material", "compatible_prints") = { "Old SLA Process" }; + + AppConfig app_config; + bundle.load_installed_printers(app_config); + bundle.normalize_compatible_presets(); + + CHECK(compatible_list(bundle.sla_materials, "My SLA Material", "compatible_prints") == + std::vector{ "New SLA Process" }); +} + +TEST_CASE("Profile validator flags dangling and renamed preset references", "[Preset][Validate]") +{ + PresetBundle bundle; + + // Current printers: a real one, and a renamed one (its old name resolves via renamed_from). + add_inmemory_preset(bundle.printers, "Real Printer"); + add_inmemory_preset(bundle.printers, "New Printer"); + set_renamed_from(bundle.printers, "New Printer", { "Old Printer" }); + + // A real process, referenced from a filament's compatible_prints. + add_inmemory_preset(bundle.prints, "Real Process").is_system = true; + + // A fully valid system filament: references only current names. + add_inmemory_preset(bundle.filaments, "Good Filament").is_system = true; + compatible_list(bundle.filaments, "Good Filament", "compatible_printers") = { "Real Printer" }; + compatible_list(bundle.filaments, "Good Filament", "compatible_prints") = { "Real Process" }; + + AppConfig app_config; + bundle.load_installed_printers(app_config); // build the rename maps + + // With only valid references, the validator is clean. + CHECK_FALSE(bundle.check_preset_references()); + + SECTION("deleted compatible_printers is flagged") { + add_inmemory_preset(bundle.filaments, "Ghost Ref Filament").is_system = true; + compatible_list(bundle.filaments, "Ghost Ref Filament", "compatible_printers") = { "Ghost Printer" }; + CHECK(bundle.check_preset_references()); + } + + SECTION("renamed compatible_printers (old name) is flagged") { + add_inmemory_preset(bundle.filaments, "Old Ref Filament").is_system = true; + compatible_list(bundle.filaments, "Old Ref Filament", "compatible_printers") = { "Old Printer" }; + CHECK(bundle.check_preset_references()); + } + + SECTION("deleted compatible_prints is flagged") { + add_inmemory_preset(bundle.filaments, "Bad Process Ref").is_system = true; + compatible_list(bundle.filaments, "Bad Process Ref", "compatible_prints") = { "Ghost Process" }; + CHECK(bundle.check_preset_references()); + } + + SECTION("deleted inherits parent is flagged") { + add_inmemory_preset(bundle.filaments, "Orphan Filament", "Ghost Parent").is_system = true; + CHECK(bundle.check_preset_references()); + } + + SECTION("non-system preset with a dangling reference is ignored") { + add_inmemory_preset(bundle.filaments, "User Filament"); // is_system stays false + compatible_list(bundle.filaments, "User Filament", "compatible_printers") = { "Ghost Printer" }; + CHECK_FALSE(bundle.check_preset_references()); + } +} +